Step 1 RC 4
Step 2
Step 3
I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
No Answer is Posted For this Question
Be the First to Post Answer
When cursor is not closed what is the error?
a jcl has 2 steps. How to code the jcl such that if step1 abends, then step2 runs. Else, job terminates with step1?
What is default if we don't specify RD parameter at all ?
what r the types of job control statements?
what is alternate index?
What does the statements: typrun=scan and typrun=hold do in a JCL statement
How do you check the syntax of a JCL without running it?
what is JCLLIB and PROCLIB in jcl and their syntax
What is the meaning of data definition name (ddname) and dataset name (dsname) in the DD statement?
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?
after submiting the jcl.how do you know that the job has been completed.
How to send data from cobol program to jcl?