Is it possible to left uncode disp? If yes, how?
Explain how can the submitting users racf authority be overridden in a job stream?
Which dd parameters are required?
Explain the jcl exec statement?
Are there any set of rules for the names of the steps used in a job?
How does jcl act on code(if you take a cobol program)?
In sms datasets, what is the function of the dd avgrec keyword?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
Explain how can a stopped job be started again?
What are the rules employed while naming the steps in a job?
Explain how can return codes be tested before execution of a job step?
What are the utility programs in jcl?
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
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
what is DD statement is used in JCL?