Definition of COND parameter in JCL

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


Please Help Members By Posting Answers For Below Questions

Is it possible to left uncode disp?

804


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?

810


what is the compile process of cobol program expalin with code

2117


What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?

765


In job processing, what happens in conversion stage?

846






Name what parameter directs the output of the job log dataset?

637


Explain about LMFREE�free data set from its association with data ID

1116


is there any way to execute more than one proc in the same exec statement at the same time..?

2204


What is the syntax of JCL statement?

787


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

2009


What do you understand by the terms: joblib and steplib?

723


I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?

822


Give the syntax of job specifying jcl statement.

714


Explain about ISPF/TSO Commands

1438


What is NOTCAT ?

842