wt will happen to the step of a job if u code COND=ONLY
Answer Posted / sdexcellent@yahoo.co.in
if COND=ONLY then the next step will be executed only when
the previous step is not executed
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What does a disposition of (MOD,DELETE,DELETE) mean ?
Explain the purpose of the dd keylen parameter?
What parameter directs the output of the job log dataset?
Is it possible to code instream data in a PROC?
How to run cobol program using jcl?
how do you code a null statement?
What is the significance of addrspc parameter in the exec statement?
write a jcl to execute a job by 7:00 am on jan 20,1986?
what is the use of IEBGENER utility?
Is it possible to define dd statements as you want?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
in ways data can be passed to a COBOL program from JCL?
which parameter is used to check the syntax of a jcl without executing it?
Explain the function of dd disp parameter?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?