Answer Posted / lavanya
hi,
we can code cond parameter on both job and exec
stmts.very step has to be executed a return code upon
completion.that is known as condition code.condition is
used to control the execution of the subsequent
steps.always the condition parameter based on the previous
step.suppose the given cond is true,the step is not
executed,otherwise it will bypassed to its next step.
FOR EX:-
JOB CARD
//STEP1 EXEC PGM=ABC
//STEP2 EXEC PGM=XYZ,COND=(4,LT,STEP1)
HERE THE CONDITION IS TRUE,
so,step will not executed.
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
what is SOC4 error?
List in order the hierarchical levels of jcl?
How do you submit a job for execution?
Brief description of inline procedure of jcl.
which utility is used to run a cobol-db2 program?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
write a jcl to execute a job by 7:00 am on jan 20,1986?
Explain the function of job statement in jcl?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
what is the purpose of coding notify parameter in job statement?
What is the purpose of dd * statement in jcl?
what is the JCL statement consists of?
What do you know about jcl?
Explain about LMFREE�free data set from its association with data ID
Explain how can return codes be tested before execution of a job step?