How to submit jcl through a cobol program?
No Answer is Posted For this Question
Be the First to Post Answer
For what purpose steplib and joblib are used ?
How would I code JCL to copy a gdg data set G001v00 and create a gdg Data set G001v01
how would you create a temporary dataset? And where will you use them?
In a proc i will concatinate 4 dd statements.i want to overide 3 dd statement through jcl how?
If a job has 3 steps and step 1 and step 3 should get executed and step 2 should not get executed irrespective of the return code from the previous steps. How can it be done?
what is force complete
How do you submit JCL via a Cobol program?
Explain about LMCOPY -
What are some jcl statements that are not allowed in procedures?
Explain COND used in JCL?
Does the terms, JOBLOG, SPOOL and SYSOUT indicate the same thing, i.e., where JCL and JES messages and statements are written ?
What is a Proc ? why do we go for a Proc ? What are the types of procs?Can we have nesting in Procs ?