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

how to eliminate the duplicates in sorting

4 Answers   Fidelity,


How is a new GDG coded?

2 Answers  


which parameter is use to declare the name of dataset in dd statement?

0 Answers   IBM,


what happens if job falls in loop ? how to resolve it ?

3 Answers   Patni,


i have five step in jcl.my forth step is gdg.gdg was abend.when will job complete,hoe to handle you

3 Answers   L&T, Wipro,






what is inrec fields and outrec fields in sorting

3 Answers   Fidelity,


whats the difference between empty and noempty of GDG?

4 Answers   Patni,


How is the keyword DUMMY used in JCL?

4 Answers  


What are the keywords associated with DCB? How can you specify DCB information? What is the OS precedence for obtaining that DCB information, ie. where does the system look for it first?

2 Answers  


Explain how can a jobs execution priority be modified?

0 Answers  


What parameter of the job statement is used to limit the cpu time consumed by the job?

0 Answers  


is there any utility for restarting a particular step in jcl reply soon ?

5 Answers  


Categories