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
Name what parameter directs the output of the job log dataset?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
What is jcl in mainframe?
is there any way to execute more than one proc in the same exec statement at the same time..?
How can return codes be tested before execution of a job step?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
what are the various stages of job processing?
Brief description of inline procedure of jcl.
How does jcl specify the job to the operating system?
What is the function of a dd statement?
Explain how can a stopped job be started again?
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 is concatenating?
Explain the function of a dd statement?
What are the jcl procedures?