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
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
What are the jcl procedures?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
Explain the function of a dd statement?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
In sms datasets, what is the function of the dd mgmtclas keyword?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
which parameter is used to check the syntax of a jcl without executing it?
Is it possible to left uncode disp?
What do you know about jcl?
Explain the purpose of the dd keylen parameter?
Explain about LMFREE�free data set from its association with data ID
How do you submit a job for execution?
How do you create a temporary dataset?