How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
No Answer is Posted For this Question
Be the First to Post Answer
a input file contains 1000 records, how to move the first 500 record into one out put file and how to move to second 500 records to anothere output file
Can you delete the GDG base without deleting GDG generations ?
what is use of dcb parameter in dd statement?
What is Uncatalog dataset? How can we access/use them?
the command to open a dataset directly from the JCL instead of opening it separately using 3.4 option.
//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
What is COND=ONLY ?
How to change default PROCLIB?
Must tape dataset definitions include vol=ser specifications?
in a series of 10 steps, i need to run only 1,3,5,7 & 9th steps only. how do u code?
Suppose I have Five Steps in PROC In this Case I want to Execute third Step in PROC using Main JCL don't use any COND Explain with Coding Thanks & Regards SHREE
How do you restart a PROC from a particular step?