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
how JCL works?
What do you understand by the term job time – out and how can you overcome that?
Explain the hierarchy levels in jcl?
What are the parameters that are used in creating a gdg?
How to run cobol program using jcl?
What is notcat 2 - gs?
How to alter the parameters for the existing gdg?
What is condition checking in jcl? Is this possible?
what is “Cond= even” and “Cond=only”?
i want to store 20 digits . how will u do it in cobol ?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
what is DSN in JCL and what are the parameters to declare the DSN?
Brief description of inline procedure of jcl.
How jcl is used for testing batch programs?