When we use conditional statement in JCL using
if-then-else-endif, IF statement is true, the step is
bypassed or executed?
Answer Posted / shubha
statement is executed,but if we use cond=( ),
then if the statement is true step will be bypassed.
| Is This Answer Correct ? | 17 Yes | 2 No |
Post New Answer View All Answers
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?
What is job control language?
what is a jcl?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
which parameter is used to check the syntax of a jcl without executing it?
Can an individual step be restricted from using all the jobs allowed cpu time?
Is it possible to left uncode disp?
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 is the difference between run mode and addressing mode?
Differentiate between addressing mode and run mode.
Give the syntax of job specifying jcl statement.
What are the difference between jcl and jes?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
Explain the function of job statement in jcl?
what is use of dcb parameter in dd statement?