Answer Posted / ramya
Using COND operator if the condition is true it does not
execute
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How to override loadlib?
how to compare two datasets without using superce because output is limited to 133 bytes
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
Are there any set of rules for the names of the steps used in a job?
what is DSN in JCL and what are the parameters to declare the DSN?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
In job processing, what happens in conversion stage?
Explain the jcl exec statement?
Can we call instream to catalog and catalog to instream?
Explain the purpose of dd * statement in jcl?
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?
What do you understand by jcl?
What is the function of the steplib dd statement?
when can a job time-out occur? How to overcome that?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC