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?
Explain in DD statement what is the use of DCB parameter?
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
How to do automated restart when a job abend?
What is one line to pass PARM from JCL to COBOL?
how do you access an uncataloged dataset in a jcl?
What is the purpose of the dd keylen parameter?
What is the significance of addrspc parameter in exec statement?
what are the various stages of job processing?
how to compare two datasets without using superce because output is limited to 133 bytes
Explain the function of //cntl statement?
What are the rules employed while naming the steps in a job?
How to pass data to a program that is coded in an exec statement?
What does a disposition of (new,catlg,keep) for a dsn mean?
Is it possible to define dd statements as you want?