wht is step lib n job lib ? where can we code joblib n steplib ?
Answer Posted / ch.mohan
steblib writtens after exec statements and joblib written
after jobcard the
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what is SOC4 error?
What do you understand by the term job time – out and how can you overcome that?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
Explain the function of the dd dcb keyword?
What is the maximum length of a single line of jcl?
how you can access an uncataloged dataset in a JCL?
how you can direct the data to spool using SYSOUT option?
Is it possible to left uncode disp?
what is use of dsn parameter in dd statement?
what is the purpose of coding class parameter in job statement?
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 statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
Describe the various parameters utilized in the creation of a gdg?
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?