How to use COND Parameter in jcl
Answers were Sorted based on User's Feedback
Answer / krishna
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 exec statement.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / 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 |
Answer / p.ramesh
The condition statement used in job statement and also used in exec statement.
syntex
COND(Positional parameter,Conditional parameter)
EX:
COND(0,LF)
| Is This Answer Correct ? | 3 Yes | 3 No |
Answer / venkat ramana
Condition is a key word parameter. '=' is mandatory.
COND = (0, LE)
| Is This Answer Correct ? | 1 Yes | 2 No |
How to change default PROCLIB?
how you can access an uncataloged dataset in a JCL?
Hi, If a catolog proc has another proc in it, both have ddnames dd1 and dd2. what proc will override if gave override parameter. Here both have same step names.
What does IEBGENER do?
How to skip first step of a job? Can we use COND on the first step?
what is static and dynamic call with examples?
Can we delete the data using IEFBR14 , IEBGENER??
Does jcl support automatic restart?
what will be the error code if duplicate key of VSAM file is found?
describe the exec statement,its meaning ,syntax and keywords?
How to exclude the duplicate records from two concateded flat files (records from both files must be removed)?
please could u tell me the difference between SORT, SYNCSORT,CA-SORT, DFSORT,