How do you skip a particular step in a proc/JOB?

Answers were Sorted based on User's Feedback



How do you skip a particular step in a proc/JOB?..

Answer / debajyoti

COND=(0,LE) or COND=(4095,GE)

Is This Answer Correct ?    22 Yes 2 No

How do you skip a particular step in a proc/JOB?..

Answer / guest

Can use either condition codes or use the jcl control
statement IF (only in ESA JCL)\

Is This Answer Correct ?    7 Yes 2 No

How do you skip a particular step in a proc/JOB?..

Answer / nikhil

Can use either condition codes or use the jcl control
statement IF (only in ESA JCL)

Is This Answer Correct ?    4 Yes 0 No

How do you skip a particular step in a proc/JOB?..

Answer / nikhil

To skip a particular step use Conditon in EXEC statement
If the condition is true then step will be bypassed.

Ex
//stepname EXEC PGM=xyz,COND(4,LT).

Is This Answer Correct ?    4 Yes 2 No

How do you skip a particular step in a proc/JOB?..

Answer / ganesh

COND=(0,LE,stepname)

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More JCL Interview Questions

how do you access an uncataloged dataset in a jcl?

0 Answers   IBM,


What is model dataset label(Model DSCB)?

1 Answers  


Whats error code s222?

7 Answers   Patni,


What is the function of dd disp parameter?

0 Answers  


what happens when time=0 is given in jcl code. what happens when blksize=0 is given in jcl code. what is symbolic and overriding parameters and a example program.

6 Answers   HCL,






01 GROSS-PAY 05 BASIC-PAY PIC 9(5) 05 ALLOWENCES PIC 9(3) if BASIC-PAY has a value 1000 and ALLOWENCES has a value of 250,what will be displayed by the statement DISPLAY GROSS-PAY a.1250 b.01000250 c.01250 d.1.250

1 Answers  


what is a cataloged procedure ?

1 Answers   Xansa,


What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?

0 Answers  


i need some shortcuts and tso commands can any on ehelp me in these ?

1 Answers  


What is the function of a dd statement?

0 Answers  


If I update one or more members in a pds in the step 1, how can I reach these new contents to be used in the step 2 of the same job? To start a new job via intrdr is not satisfactory, because I must solve this problem in one job.

2 Answers   IBM,


How can you trap abends in the JCL?

3 Answers  


Categories