A PROC has five steps. Step 3 has a condition code. How can
you override/nullify this condition code?

Answers were Sorted based on User's Feedback



A PROC has five steps. Step 3 has a condition code. How can you override/nullify this condition cod..

Answer / charu

The condition code can be nullified by using the following
command.

//STEP001 EXEC procname, COND.stepname=(0,LE)

Is This Answer Correct ?    40 Yes 9 No

A PROC has five steps. Step 3 has a condition code. How can you override/nullify this condition cod..

Answer / guest

Provide the override on the EXEC stmt in the JCL as follows:

//STEP001 EXEC procname, COND.stepname=value

All parameters on an EXEC stmt in the proc such as COND,
PARM have to be overridden like this.

Is This Answer Correct ?    21 Yes 12 No

A PROC has five steps. Step 3 has a condition code. How can you override/nullify this condition cod..

Answer / sanjayreddyguna

//step1 exec proc=procname,cond.step3=(0,le)
then proc in that step3 cond parameter will overide

Is This Answer Correct ?    8 Yes 3 No

A PROC has five steps. Step 3 has a condition code. How can you override/nullify this condition cod..

Answer / abhirup

//STEP01 EXEC PROCNAME, COND.STEPNAME = EVEN

WHERE STEPNAME IS THE PROC STEP.

Is This Answer Correct ?    3 Yes 2 No

A PROC has five steps. Step 3 has a condition code. How can you override/nullify this condition cod..

Answer / guest

//STEP003 EXEC procname

Is This Answer Correct ?    3 Yes 3 No

Post New Answer

More JCL Interview Questions

What is the purpose of the PARM keyword in the EXEC statement?

3 Answers  


which statement is used to end the in-stream procedure in a jcl?

1 Answers   IBM,


How to concatenate different LRECL of files?

2 Answers   IBM,


Can we give TIME = (1440, 59) also ? or is TIME = (1439, 59) is the last one ?

5 Answers   IBM,


what is a steplib

4 Answers   CGI,






Explain dfsort utility?

0 Answers  


Ques: How can we code COND parameter in a JCL so that only even steps (or only odd steps) get execute??

3 Answers   HSBC,


hi friends........if u know syntax of IEBEDIT IN JCL

2 Answers  


how do you code a null statement?

0 Answers   IBM,


How jcl is used for testing batch programs?

0 Answers  


How to alter the parameters for the existing gdg?

0 Answers  


Explain the function of job statement in jcl?

0 Answers  


Categories