What is the improvement to COND= in the latest version of MVS?
Answer Posted / guest
MVS now allows for an IF bracketed by an END IF around any
job step to replace the COND= syntax. Again, if the IF
statement is true, the step is bypassed.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is the function of //cntl statement?
write a jcl to execute a job by 7:00 am on jan 20,1986?
Explain how can return codes be tested before execution of a job step?
Explain the function of job statement in jcl?
is there any way to execute more than one proc in the same exec statement at the same time..?
How can the attributes of one sms dataset be copied to another dataset?
what are the various stages of job processing?
What do you understand by the terms: joblib and steplib?
What happens if both JOBLIB & STEPLIB is specified ?
how can the same proc be re-used and called by many jobs?
Differentiate between the joblib and the steplib statements?
which utility is used a dummy utility?
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?
What is one line to pass PARM from JCL to COBOL?
What is the format of comment statement?