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
Describe the various parameters utilized in the creation of a gdg?
how to do automated restart when a job abends?
How can the disposition of sysout datasets be set for an entire jobstream?
Give the syntax of job specifying jcl statement.
Explain the function of dd disp parameter?
what is the compile process of cobol program expalin with code
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
what is DSN parameter and DISP parameter is used for?
Explain the purpose of dd * statement in jcl?
when can a job time-out occur? How to overcome that?
How do you access an uncatalogued dataset in a jcl?
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.
Is it possible to left uncode disp?
What parameter of the job statement is used to limit the cpu time consumed by the job?
What are steplib and joblib? What for they are used?