i have 3 steps in my jcl, where i want to run only one step
at a time depending on the variable. How should i give the
condition statement... I have tried this with two steps
which is working but not able to add condn for the 3rd
step. can anyone help me... I want to know the cond stmt
which i can code in step 3 and step4, so that only either
step2 or step3 or step4 executes
Answer Posted / p.j.karthikeyan
Uday Bhaskar is correct
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what is the compile process of cobol program expalin with code
What is the syntax of JCL statement?
What happens if both JOBLIB & STEPLIB is specified ?
Explain the function of a dd statement?
What parameter directs the output of the job log dataset?
Explain about ISPF/TSO Commands
What are the jcl procedures?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
what is the difference between JES3 and JES2?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
Must tape dataset definitions include vol=ser specifications?
what is the use of IEBGENER utility?
what is use of dsn parameter in dd statement?
How is the record format of an output dataset specified?