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
How can a jobs execution priority be modified?
How would you understand error(execution phase)?
how to do automated restart when a job abends?
What is the significance of addrspc parameter in exec statement?
What parameter directs the output of the job log dataset?
How can a stopped job be started again?
What do you understand by the term notcat 2 – gs?
What are the 2 types of parameters in dd statement?
What is the function of dd disp parameter?
I need exexution process for JCL programs
How can values be passed from the job stream to an executable program?
How to pass data to a program that is coded in an exec statement?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
what is JCL?