there are 10 steps in jcl how to execute the steps from
step2 to step8 only

Answer Posted / vinay sonar

You can use cond parameter but it will be very tedious.
So you can use IEBEDIT
Syntax is

//SYSIN DD*
EDIT TYPE=INCLUDE,STEPNAME=
(STEP2,STEP3,STEP4,STEP5,STEP6,STEP7,STEP8)
/*

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how can the attributes of one sms dataset be copied to another dataset?

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


how to compare two datasets without using superce because output is limited to 133 bytes

1484


Give the syntax of job specifying jcl statement.

640


Explain how can the submitting users racf authority be overridden in a job stream?

672






What is the purpose of dd dummy statement?

944


How to override loadlib?

1428


what is the purpose of coding notify parameter in job statement?

686


Explain how can a stopped job be started again?

636


what sort card you will use to copy the data from one dataset to another dataset?

730


What is notcat 2 - gs?

941


Describe the various parameters utilized in the creation of a gdg?

684


Which dd parameters are required?

695


Suppose I have five jobs to do. But I want to hold one?

660


in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?

820