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 can handle the s0c4 abend???
How can unused space allocation be returned to the system when a dataset is closed?
Is it possible to take a PDS and write it to a GDG? If so, can you provide an example? Thanx
can a job be submitted through jcl only? is there another way to submit a job?
What are three major types of JCL statements? What are their functions?
what is the purpose of coding notify parameter in job statement?
What is the purpose and meaning of the TIME keyword and what JCL statement is it associated with?
What is concatenating?
What does a disposition of (MOD,DELETE,DELETE) mean ?
i have two flat files.i want to select one record from that file by using jcl.for example file1 contains emp no,name,joining date. file2 has same details.emp no is primary key. i will give empno.that emp details send to outfile.please let me know if any one knows it.give sample code.
what will be the error code if duplicate key of VSAM file is found?
how are instream data terminated?