A dd statement consists of 4 fields. Name them?
No Answer is Posted For this Question
Be the First to Post Answer
Explain about SYSVAR
Can a temporary dataset be converted to permanent dataset and vice-versa in the middle of a job ?
What is the maximum length of a single line of jcl?
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?
We have 100 steps in a procedure and we need to run the jcl and execute only 25th step in the proc and not the remaining steps. How can we do it?
5 Answers IBM, JPMorgan Chase,
Do we need to code DCB parameters when using DISP position as MOD?
How jcl is used for testing batch programs?
how to increase the space of a dataset in instream procedure.
What is dummy parameter in JCL??
Brief description of inline procedure of jcl.
In JCl which of this activities get executed if act002 abnormally terminates //job001 job ......... //act001 exec pgm=cobo01 //act002 exec pgm=cob02, cond=(01,le) //actoo3 exec pgm=cob03, cond=only //actoo4 exec pgm=con04
How to find the length of variable length copybook using fileaid ??