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
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
how can the same proc be re-used and called by many jobs?
Which statement is used to identify the private libraries in job?
How gdg are concatenated?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
What is the maximum length of a single line of jcl?
Is it possible to left uncode disp? If yes, how?
how JCL works?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
How does jcl specify the job to the operating system?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
Where can program checkpoints be stored for use in a restart?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
what is SOC4 error?
Differentiate between addressing mode and run mode.