DB2 :: RE: Can DFSPARM override SORTKEYS parameter in DB2 Load
Author: ashek15 Subject: Reply to: Can DFSPARM override SORTKEYS parameter in DB2 Load Posted: Wed Feb 01, 2017 1:35 am (GMT 5.5) I could not found any documentation on this, so just wanted to know if...
View ArticlePL/I & Assembler :: GETMAIN / FREEMAIN versus STORAGE OBTAIN / STORAGE RELEASE
Author: steve-myers Subject: GETMAIN / FREEMAIN versus STORAGE OBTAIN / STORAGE RELEASE Posted: Wed Feb 01, 2017 1:45 am (GMT 5.5) Over in the CICS forum that mentions the use of the GETMAIN and...
View ArticleCICS :: RE: GETMAIN/FREEMAIN query
Author: Robert Sample Subject: Reply to: GETMAIN/FREEMAIN query Posted: Wed Feb 01, 2017 1:45 am (GMT 5.5) As a reminder, GETMAIN and FREEMAIN are part of the CICS API and don't really have anything to...
View ArticleAll Other Mainframe Topics :: RE: How to Capture the Max return code of the...
Author: nartcr Subject: Re: How to Capture the Max return code of the Job through zeke Posted: Wed Feb 01, 2017 3:27 am (GMT 5.5)anilkumar922 wrote:Hi All, I want to know how we can capture the Max...
View ArticleAll Other Mainframe Topics :: RE: How to Capture the Max return code of the...
Author: anilkumar922 Subject: Reply to: How to Capture the Max return code of the Job through zeke Posted: Wed Feb 01, 2017 10:58 am (GMT 5.5) Thanks
View ArticleJCL & VSAM :: Submit job from Cobol with input data
Author: abdulrafi Subject: Submit job from Cobol with input data Posted: Wed Feb 01, 2017 12:41 pm (GMT 5.5) Hi, I do have a requirement to submit a job from Cobol module several times based on the...
View ArticleCOBOL Programming :: RE: Submit job from Cobol with input data
Author: Nic Clouston Posted: Wed Feb 01, 2017 3:31 pm (GMT 5.5) Why is this posted in the JCL & VSAM section of the forum and not the COBOL section? Will your input data set (not file) always have...
View ArticleCOBOL Programming :: RE: Submit job from Cobol with input data
Author: abdulrafi Posted: Wed Feb 01, 2017 3:47 pm (GMT 5.5) Sorry that I posted it here. My input data can have even more than 5 records._________________Thanks, Abdul Rafi
View ArticleCOBOL Programming :: RE: Submit job from Cobol with input data
Author: enrico-sorichetti Subject: Reply to: Submit job from Cobol with input data Posted: Wed Feb 01, 2017 4:14 pm (GMT 5.5)Quote:My input data can have even more than 5 records. You will have to do a...
View ArticleCICS :: RE: GETMAIN/FREEMAIN query
Author: UmeySan Posted: Wed Feb 01, 2017 5:01 pm (GMT 5.5) @ Robert Your right sir, for CICS i also remenber a GETMAIN64/FREEMAIN64 command for use in non LE. Never used them. @ Robert Thats only what...
View ArticlePL/I & Assembler :: RE: GETMAIN / FREEMAIN versus STORAGE OBTAIN / STORAGE...
Author: UmeySan Posted: Wed Feb 01, 2017 5:46 pm (GMT 5.5) @Steve Personally, with those mips to day, i don't give shit about a second more or less. Regards, UmeySan From IBM: z/OS MVS Programming:...
View ArticlePL/I & Assembler :: RE: GETMAIN / FREEMAIN versus STORAGE OBTAIN / STORAGE...
Author: steve-myers Posted: Wed Feb 01, 2017 7:48 pm (GMT 5.5) Well, of course your decision depends on many things. Many times the decision comes down to whether some mechanism can be put in place to...
View ArticleJCL & VSAM :: Sort two file having same field, one fields Less than other.
Author: himanshu malik Subject: Sort two file having same field, one fields Less than other. Posted: Thu Feb 02, 2017 10:09 am (GMT 5.5) I have two files with same key which will be used in Join key,...
View ArticleJCL & VSAM :: RE: Sort two file having same field, one fields Less than other.
Author: Abid Hasan Subject: Re: Sort two file having same field, one fields Less than other. Posted: Thu Feb 02, 2017 11:18 am (GMT 5.5) Hello,himanshu malik wrote:... Cond:1 Key will match, that can...
View ArticleJCL & VSAM :: RE: Sort two file having same field, one fields Less than other.
Author: himanshu malik Posted: Thu Feb 02, 2017 11:28 am (GMT 5.5) Please find my Sort step. //P07DE11 EXEC PGM=SORT,COND=(0,NE) //SYSOUT DD SYSOUT=* //SYSPRINT DD SYSOUT=* //SORTJNF1 DD DSN=FILE A...
View ArticleJCL & VSAM :: RE: Sort two file having same field, one fields Less than other.
Author: himanshu malik Posted: Thu Feb 02, 2017 11:30 am (GMT 5.5) Correction : JOINKEYS FILE=F2,FIELDS=(1,5,ZD,A)
View ArticleTSO/ISPF :: not reqd
Author: sandip_mainframe Subject: not reqd Posted: Thu Feb 02, 2017 11:45 am (GMT 5.5) not reqd
View ArticleSYNCSORT :: Count Trailing Spaces in variable string after a constant S
Author: Virendra Shambharkar Subject: Count Trailing Spaces in variable string after a constant S Posted: Thu Feb 02, 2017 12:23 pm (GMT 5.5) We are trying to explore if we can count the trailing...
View ArticleDFSORT/ICETOOL :: RE: Comparing File with greater than equal to condition
Author: himanshu malik Posted: Thu Feb 02, 2017 12:33 pm (GMT 5.5) How can we use same condition if fields to be compared are not part of key, and lie at different positions on both file.
View ArticleJCL & VSAM :: RE: Sort two file having same field, one fields Less than other.
Author: Abid Hasan Posted: Thu Feb 02, 2017 1:17 pm (GMT 5.5) Hello, There are various errors in your code. Refer the below code piece, study every step/keyword, consult the DFSORT programming guide to...
View Article