Answer Posted / upendra
JCLCHK can be also used to know the errors and warnings in
the JCL.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
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?
Explain the hierarchy levels in jcl?
What dd statement is used to supply the name of a dataset?
What parameter directs the output of the job log dataset?
Name a few IBM utility programs, and explain its function.
what is use of space parameter in dd statement?
Can I send output of job to my remote device careerride123?
Explain the function of the steplib dd statement?
How jcl work to handle various input output file operations?
Is automatic restart possible in jcl? If yes, how?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
What are the difference between jcl and jes?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
How do you overcome this limitation ?