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 / sillyme
Step2 without COND will be executed regardless of Step1 RC
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
How can an in-stream dataset be terminated?
How can unused space allocation be returned to the system when a dataset is closed?
In job processing, what happens in execution stage?
Is there any command to check wether the ps file is in sorted order?
Is their any set of rules for dd? Explain.
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
How dummy is used in jcl?
What dd statement is used to supply the name of a dataset?
Are there any set of rules for the names of the steps used in a job?
What is the function of //jcllib statement?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
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 utility is used to run a cobol-db2 program?
What is the function of //cntl statement?