COND ->
step1
.
.
step2,
Step2, Executes if the CC of step1 is 0.
But even if it is NOT 0 and if we dont give COND, will step2
be executed ?
Answer Posted / ven
step2 will not be executed if step1 cc not= to 0
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How is a type of file defined in the jcl that executes the cobol program?
what is DSN in JCL and what are the parameters to declare the DSN?
what happens in conversion stage in job processing?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
what is DD statement is used in JCL?
How do you overcome this limitation ?
what is “Cond= even” and “Cond=only”?
What are some jcl statements that are not allowed in procedures?
What is the difference between the positional and keyword parameters? Give examples.
what is use of space parameter in dd statement?
Explain about LMFREE�free data set from its association with data ID
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
what sort card you will use to copy the data from one dataset to another dataset?
Explain the function of dd name parameter with a 2 part structure; audit.report?