Answer Posted / krishna
cond statement is used for conditional execution of a
perticular step.
cond=(return code, relational operator)
it can be coded with job statement or with exec statement.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Name what parameter directs the output of the job log dataset?
In job processing, what happens in execution stage?
what is use of dsn parameter in dd statement?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
Explain how can a stopped job be started again?
What are hierarchy levels in jcl?
What are steplib and joblib? What for they are used?
What do you understand by the term job time – out and how can you overcome that?
How does jcl act on a cobol code?
What is catelog procedure and how many catelog procedure to use in one job?
How to pass data to a program that is coded in an exec statement?
Explain dfsort utility?
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
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?