Can we use COND=EVEN on a job card, when jobs are scheduled
through scheduler?
Answer Posted / sushree mohanty
yes, condition codes can be given for JCL statements even
if job is scheduled thru a scheduler, since Cond parameters
is used in steps and not job level statement.
| Is This Answer Correct ? | 13 Yes | 6 No |
Post New Answer View All Answers
what are the various stages of job processing?
Explain how can return codes be tested before execution of a job step?
Can we call instream to catalog and catalog to instream?
Which statement is used to identify the private libraries in job?
Does jcl support automatic restart?
how JCL works?
List in order the hierarchical levels of jcl?
What are the parameter we cannot use in procedure?
How does the jcl specify the job to os?
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.
What do you understand by the term job time – out and how can you overcome that?
How jcl work to handle various input output file operations?
what is the difference between JES3 and JES2?
Explain the function of a dd statement?
what is the JCL statement consists of?