How to execute only th 15th step of JCL consisting of 50 steps?

Answer Posted / madhavi

Restart= step15 will run from 15th step not only 15th step

Is This Answer Correct ?    28 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is jcl in mainframe, and how many types of jcl statements are there for a job?

633


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

688


Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?

727


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


I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.

732






Explain about ISPF/TSO Commands

1315


What are the parameter we cannot use in procedure?

644


I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one

1933


What is notcat 2 - gs?

941


Is it possible to left uncode disp?

717


what is use of dsn parameter in dd statement?

675


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) ?

1754


Explain how can return codes be tested before execution of a job step?

834


how you can direct the data to spool using SYSOUT option?

931


Explain the function of dd name parameter with a 2 part structure; audit.report?

906