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
Is it possible to left uncode disp?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
what is the compile process of cobol program expalin with code
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
In job processing, what happens in conversion stage?
Name what parameter directs the output of the job log dataset?
Explain about LMFREE�free data set from its association with data ID
is there any way to execute more than one proc in the same exec statement at the same time..?
What is the syntax of JCL statement?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
What do you understand by the terms: joblib and steplib?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
Give the syntax of job specifying jcl statement.
Explain about ISPF/TSO Commands
What is NOTCAT ?