What is the improvement to COND= in the latest version of MVS?
Answer Posted / krithiga hari
COND statement can be replaced with IF END IF statement.
In COND, if the condition is true then the step will be
bypassed.
In IF END IF, if the condition is true then the step will
get executed.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Name the statement which can be used to send data to another mvs jes3 node?
In sms datasets, what is the function of the dd avgrec keyword?
Can we call instream to catalog and catalog to instream?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
what is SOC4 error?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
Explain the function of the steplib dd statement?
List the various advantages of using jcl language?
In job processing, what happens in execution stage?
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 ?
Explain dfsort utility?
what JCL Procedures?
How does jcl specify the job to the operating system?
What is the purpose of disp parameter?
how to compare two datasets without using superce because output is limited to 133 bytes