how to skip the steps in JCl

Answers were Sorted based on User's Feedback



how to skip the steps in JCl ..

Answer / abhijit18in2002

Just use COND(0,LE) at the step u dnt want to execute it
will be excluded

STEP01 EXEC PGM=IEFBR14
STEP02 EXEC PGM=IEFBR14,COND=(0,LE)
STEP03 EXEC PGM=IEFBR14

Is This Answer Correct ?    18 Yes 1 No

how to skip the steps in JCl ..

Answer / chowdary

to skip the steps in jcl we use restart or cond parameter

Is This Answer Correct ?    11 Yes 2 No

Post New Answer

More JCL Interview Questions

01 A. 10 B pic X(10). move spaces to A. move spaces to B. output in A & B

2 Answers   Perot Systems,


AM HAVING A FILE WHICH CONTAIN 12 DATS OUT OF WHICH 4 ARE DUPLICATES HOW TO REMOVE THE DUPLICATE FILES IN JCL? CAN I GET THE PROGRAM FOR THIS

3 Answers  


what is SOC4 error?

0 Answers  


what happens in execution stage in job processing?

0 Answers   IBM,


I have a input file. Data like: ABCDEFGH.... i want out put file like AB BC CD DE....How can do this??

7 Answers   UST,






I am getting the file from Unix to Mainframes for every 15 minutes. The mainframe job get abended with bad records coming from unix. I recovered that by deleting the bad data. I need permenant solution how to fix the issue? The record is getting characters in in first 9 positions which it should not. Please provide me the solution how to skip the records if it finds the charcters in the first 9 positions. K

3 Answers  


How to release the Output HELD by using HOLD = YES on DD statement ?

2 Answers   IBM,


i want to store 20 digits . how will u do it in cobol ?

0 Answers  


how can we merge two input files from two different jobs into one output file ? Please ans any one ASAP?

1 Answers  


How do you access an uncatalogued dataset in a jcl?

0 Answers  


How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY

0 Answers  


jcl is like a complier....?

6 Answers  


Categories