Answer Posted / ch.mohan
jobcard is identify the job related parameters
eg:jobname job a/c info,'username',notify,.....so on
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
what is use of disp parameter in dd statement?
What is the difference between run mode and addressing mode?
What are steplib and joblib?
what is the resolution for sb37 error
Is automatic restart possible in jcl? If yes, how?
Explain how can a jobs execution priority be modified?
How can an in-stream dataset be terminated?
What are the 2 types of parameters in dd statement?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
How to submit a jcl from cics?
How jcl is used for testing batch programs?
Is there any command to check wether the ps file is in sorted order?
how to compare two datasets without using superce because output is limited to 133 bytes
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 the function of dd disp parameter?