What is the function of //jcllib statement?
which statement is used to end the in-stream procedure in a jcl?
Explain the purpose of dd dummy statement?
What is maximum length of block size?
5 Answers Cap Gemini, Kanbay, TCS,
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
Can a job have only steplib and no joblib ?
How to read records in reverse order in flat file?
what is meant by jobtrac?
If the COND parameter is specified in both the JOB and EXEC statements, which one will take precedence? If JOB takes priority and if all the conditions evaluate to false, then will the conditions on the EXEC step be evaluated next?
delete rules in db2
Passing a variable parm from JCL to a cobol/db2 program
Can we Execute a job without specifying Job Name in the Job Card?
I have an job having three job steps.Suppose i want to call a pgm in step2 and aproc in step3.How to write the code?