what are the various stages of job processing?
No Answer is Posted For this Question
Be the First to Post Answer
Define concatenating?
What are steplib and joblib?
jcl is like a complier....?
How would you understand error(execution phase)?
A job has 90 steps i want to execute only step7 and step15
How do you restart a PROC from a particular step?
what is the COND=EVEN ? Can anyone give me an example to explain the usage.
//ERFDS JOB //STEP1 //STEP2 //STEP3...COND=(4,LT) //STEP4 1.CONDITION IN STEP3 REFERS TO WHICH STEP'S RETURN CODE (STEP1 OR STEP2)? 2.IN ABOVE PROGRAM IF CONDITION SATISFIES IN STEP3 WHICH STEPS WILL EXECUTE?? AND WHY? IF CONDITION IN STEP3 SATISFIES
How different is the JCL executing a COBOL program? 1) if the program is using VB file as input. 2) if the program is using FB file as input.
Explain about CBL/PROCESS statement syntax
Are all (i), (ii), (iii), (iv) of the below are VALID to reference a temporary dataset ? STEP2 DD1 DD DSN = &&TEMP STEP3 DD2 DD (i) DSN = TEMP (ii) DSN = *.TEMP (iii) DSN = *.STEP1.DD1 (iv) DSN = *.STEP1.DD1.ONE
In order to continue a job after a return code of 12 in step1, what the step2 exec statement include?