How to execute step2,step5,step7 of a proc of 10 steps?
You are not allowed to change in JCL.

Answer Posted / adarsh

we can execute selected steps using iebedit utility..

//sysin dd *
edit type = include,stepname=(step2,step5,step7)
//

Is This Answer Correct ?    34 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the JCL statement consists of?

699


What is catelog procedure and how many catelog procedure to use in one job?

7467


Explain dd statement in jcl?

646


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

862


What is the function of the steplib dd statement?

745






Where can program checkpoints be stored for use in a restart?

851


How does jcl act on a cobol code?

659


How do you access an uncatalogued dataset in a jcl?

731


I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?

713


How does the jcl specify the job to os?

698


We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?

1773


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

856


Name what parameter directs the output of the job log dataset?

567


I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?

1358


Is it possible to left uncode disp? If yes, how?

708