What statement marks the end of an in-stream or catalogued procedure?
IF we are calling a PROC from Jcl...This Proc have 3 steps in it and we want to execute only the second step using the JCL, How to do it?? Please give the answer ASAP:)
I have four steps in jcl they are STEP1,STEP2,STEP3 and STEP4. Can it possible to run the reverse order like step4 first then step3,step2,step1?
I have a job which is a long-running one. Processes millions of records. Due to some run-time problem (not a problem due to the job/data) the job abends.What needs to be done to make the job complete successfully.
Explain the function of dd disp parameter?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
What is job control language?
Write a JCL by using the below requirement: File1 =1, File2 =11 and output needs to come as File3 =111?
There are 5 steps in a Job. How to bypass the first step by making use of only COND Parameter and not using any Restart and IF/THEN/ELSE parameter?
i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?
What is the difference between static call & Dynamic call ?
What is the purpose of dd?
what is the use of IEBGENER utility?