If there are five steps in a JCL i have to execute the 3rd
step, bypass the 4th step and execute the 5th step how do i
do this?
Answer Posted / syntel
Sorry,my previous solution was wrong.Infact it is correct
if you don't want to skip step 4th step
The correct solution for this is
to use COND paramater.
| Is This Answer Correct ? | 19 Yes | 1 No |
Post New Answer View All Answers
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
What is the purpose of the dd keylen parameter?
Matching Logic in Jcl not in cobol.Could any one please answer this question
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
what is the resolution for sb37 error
how can the same proc be re-used and called by many jobs?
How to pass data to a program that is coded in an exec statement?
What are the difference between jcl and jes?
What do you understand by jcl?
How gdg are concatenated?
what sort card you will use to copy the data from one dataset to another dataset?
Are there any set of rules for the names of the steps used in a job?
Define concatenating?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?