Could you provide an example and its effect OF,
Using COND on JOB and EXEC both ?
Answer Posted / sampler
//MYJOB JOB COND=(4,LT)
//MYSTEP1 EXEC CATPROC
//MYSTEP2 EXEC PGM=MYPROG,COND=(8,LE,MYSTEP1)
COND=(4,LT) will be used to MYSTEP2,
COND=(8,LE,MYSTEP1) will be ignored
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Is condition checking possible in jcl? If yes, how?
Explain in DD statement what is the use of DCB parameter?
how can you check if a file is empty using jcl?
Is automatic restart possible in jcl?
how to do automated restart when a job abends?
what is a jcl?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
What is the maximum length of a single line of jcl?
What is the function of //jcllib statement?
How does jcl specify the job to the operating system?
What is one line to pass PARM from JCL to COBOL?
Are there any set of rules for the names of the steps used in a job?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
Give the syntax of job specifying jcl statement.
List the different components of jcl statement?