What is multithreading in jcl?
No Answer is Posted For this Question
Be the First to Post Answer
How many days does a job remain in spool
Explain how can an in-stream dataset be terminated?
Can there be 2 job statements in a JCL? If yes what is the purpose of doing tha?
Definition of COND parameter in JCL
When concatenating two PDS can any one PDS can have empty dataset i.e without any value(Dummy).
What do you understand by 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?
Does jcl support automatic restart?
What are the rules employed while naming the steps in a job?
What do you understand by the term job time – out and how can you overcome that?
How to rename a VSAM file as well as it's index file?
In your JCL, run the even numbered steps if date is even and run odd numbered steps if date is odd . Where do you generate the date ??in cobol or JCL ??