Answer Posted / sravani
using iebptpch
| Is This Answer Correct ? | 2 Yes | 0 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
what is use of space parameter in dd statement?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
List the various advantages of using jcl language?
Where can program checkpoints be stored for use in a restart?
Where & How Do You Code Identifier In Jcl?
Brief description of inline procedure of jcl.
When space is allocated for an output dataset, what units can be used?
Explain in DD statement what is the use of DCB parameter?
Explain the function of //jcllib statement?
Is it possible to define dd statements as you want?
how to compare two datasets without using superce because output is limited to 133 bytes
Explain the function of //cntl statement?
what is the purpose of coding notify parameter in job statement?
How is the record format of an output dataset specified?