I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
No Answer is Posted For this Question
Be the First to Post Answer
How to submit multiple jobs. These jobs are members in PDS. The second job should run if the first job runs successfully and so on.
how you can access an uncataloged dataset in a JCL?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
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?
How do you override a specific DDNAME/SYSIN in PROC from a JCL?
i have 10 steps in my jcl. -->if i want to execute my program from 5th step what i have to do? don't give //* in ur previous steps --> if i want to execute my program from 1to 5 steps only what i have to do?
WHAT WILL HAPPEN TO A FILE IF DISP=(MOD,DELETE,DELETE)
How is a dataset passed from one step to another?
Max. No of DD statements in a job ?
how do you resolve for soc7 error
how to run batch program without jcl?
Why 16 is used in calculating the DPRTY ? as, DPRTY = (num1, num2), THEN, DPRTY = 16* num1 + num2