Answer Posted / choot singh
Based on utility.
1.when we use system defined utility.
sysprint- it'l give system defined utility messages.
2.when we use user defined utility.
sysout- it'l give user defined utility messages.
| Is This Answer Correct ? | 2 Yes | 3 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
is there any way to execute more than one proc in the same exec statement at the same time..?
How gdg are concatenated?
Why block size is multiple of lrecl in jcl?
How do you create a temporary dataset?
What is the function of dd disp parameter?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
Name a few IBM utility programs, and explain its function.
what is use of space parameter in dd statement?
What does a disposition of (MOD,DELETE,DELETE) mean ?
What is condition checking in jcl? Is this possible?
how to compare two datasets without using superce because output is limited to 133 bytes
How to pass data to a program that is coded in an exec statement?
How jcl work to handle various input output file operations?
which utility is used to sort a file in jcl?