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 |
What it does If we specify TYPRUN=P & it is not substituted by SCAN 0r HOLD in VALUE SET.
Suppose i have a file with 10 recs and i want to skip only the 7 th record and copy the rest into another file. How do i do it using SORT?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
i have 1000 records in input file and i want to sort it and the first 200 records to be placed in output file. how to do that??
What is DSNDB06 ?
1.How to check for the errors using TYPRUN=SCAN?What will be the output if we give TYPRUN=SCAN?
i have records from 1 t0 100 . i need to open records from 10 to 18 and change the values in tht ? how can i do tht ?
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
I need exexution process for JCL programs
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.
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?