How to use COND Parameter in jcl

Answers were Sorted based on User's Feedback



How to use COND Parameter in jcl..

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

How to use COND Parameter in jcl..

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

How to use COND Parameter in jcl..

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

How to use COND Parameter in jcl..

Answer / venkat ramana

Condition is a key word parameter. '=' is mandatory.

COND = (0, LE)

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More JCL Interview Questions

how can handle the s0c4 abend???

3 Answers  


How can unused space allocation be returned to the system when a dataset is closed?

0 Answers  


Is it possible to take a PDS and write it to a GDG? If so, can you provide an example? Thanx

7 Answers  


can a job be submitted through jcl only? is there another way to submit a job?

2 Answers   CSC,


What are three major types of JCL statements? What are their functions?

1 Answers  


what is the purpose of coding notify parameter in job statement?

0 Answers   IBM,


What is the purpose and meaning of the TIME keyword and what JCL statement is it associated with?

1 Answers  


What is concatenating?

0 Answers  


What does a disposition of (MOD,DELETE,DELETE) mean ?

0 Answers  


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.

1 Answers   TCS,


what will be the error code if duplicate key of VSAM file is found?

1 Answers   HSBC, Kings,


how are instream data terminated?

3 Answers   Tech Mahindra,


Categories