SORT card to eliminate duplicity.
Can a PROC CALL another PROC ? (in both Instream and Cataloged cases) ?
How do you designate a comment in JCL?
I have 5 generations in my GDG. How do I code in the JCL to consider all the 5 versions of the GDG ?
How many JOB statements a JCL can have ? If there are more than one JOB statements in a JCL, are they submitted in succession or in parallel ?
How different is the JCL executing a COBOL program? 1) if the program is using VB file as input. 2) if the program is using FB file as input.
what is a jcl?
What does the TIME parameter signify ? What does TIME=1440 mean ?
Is it possible to left uncode disp? If yes, how?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
how to eliminate the duplicates in sorting
What is the function of dd disp parameter?
Explain the purpose of dd * statement in jcl?