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 is use of restart and how to use it?
What happens if both JOBLIB & STEPLIB is specified ?
A dd statement consists of 4 fields. Name them?
Can an individual step be restricted from using all the jobs allowed cpu time?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
What are the rules employed while naming the steps in a job?
Explain the purpose of dd * statement in jcl?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
What does a disposition of (MOD,DELETE,DELETE) mean ?
how can you check if a file is empty using jcl?
Is it possible to code instream data in a PROC?
Explain the function of a dd statement?
What is Cataloged Procedures?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
Must tape dataset definitions include vol=ser specifications?