how to skip the steps in JCl
Answers were Sorted based on User's Feedback
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 |
Answer / chowdary
to skip the steps in jcl we use restart or cond parameter
| Is This Answer Correct ? | 11 Yes | 2 No |
There is one QSAM is the VB file. i want to get the first characters in this file and change those characters from'abcd' to '1234' and creat a vasm file to put '1234' in it. how to do in only JCL. if it not QSAM, it's VASM and VB. how to do it.
What is JOBLIB ?
How many types of parameters are used in JCL and what are mandatory parameters of JOB statement.
Explain how can the attributes of one sms dataset be copied to another dataset?
what is the purpose of SYSOUT parameter in the DD statement?
The maximum number of in-stream procedure you can code in any JCL is ?
How is the keyword DUMMY used in JCL?
using cursor how can you fetch more than one record into a variable
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
how to resolve sb37,sd37 se37 abends
What happens if both JOBLIB & STEPLIB is specified ?
Differentiate between addressing mode and run mode.