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

why do we use file-aid wht r the adv of using file-aid thn in ispf

7 Answers   HCL, Tech Mahindra,


In one of intervie, my interviwer asked, I have a file which contains 4 records I would like to split the 4 different outputs for each record how to do?

14 Answers   Cap Gemini, Cognizant, JPMorgan Chase, TCS, Xansa,


How to change default PROCLIB?

1 Answers  


What is catelog procedure and how many catelog procedure to use in one job?

2 Answers   Infosys,


How do You skip a Step In JCL?

9 Answers   HTC,






What is Cataloged Procedures?

0 Answers  


i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?

4 Answers   IBM,


What are the 4 fields in dd statement?

0 Answers  


what EXEC statement is and what is the syntax of EXEC statement used in JCL?

0 Answers  


Explain dfsort utility?

0 Answers  


How to find in aparticular step how many versions a paricular gdg base have?

4 Answers   TCS,


Can we use empty VSAM as input?

9 Answers   Convergys, Kanbay,


Categories