Answer Posted / challa srinivas
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 step statement.
If COND parameter is coded both in job and step, then COND parameter of step will override JOB.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
What is NOTCAT ?
when does a dataset go uncataloged?
How can a jobs execution priority be modified?
Is acct parameter mandatory?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
Name a few IBM utility programs, and explain its function.
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
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
Describe the various parameters utilized in the creation of a gdg?
What does a disposition of (new,catlg,keep) for a dsn mean?
Explain how can a stopped job be started again?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?