If there are five steps in a JCL i have to execute the 3rd
step, bypass the 4th step and execute the 5th step how do i
do this?

Answer Posted / syntel

Sorry,my previous solution was wrong.Infact it is correct
if you don't want to skip step 4th step

The correct solution for this is
to use COND paramater.

Is This Answer Correct ?    19 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the function of the dd dcb keyword?

706


WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move

854


What is jcl in mainframe?

688


How to pass the parameter in parm using linkage section ? (syntax)?

651


What methodology can be adapted to transfer data to a program that is coded using the exec statement?

606






What are the parameter we cannot use in procedure? How many instream we can write in single jcl?

583


What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?

1807


Mention the types of job control statements?

686


How to execute 2nd and 4th steps among 5 steps in jcl proc?

747


What is the function of the steplib dd statement?

744


When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?

938


How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.

5062


If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?

784


In sms datasets, what is the function of the dd avgrec keyword?

652


What are the jcl procedures?

645