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

Answer Posted / sathish

What about using SUBS in the JCL comand line and selecting step15 alone to run

It will run only with selected job step

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.

1738


Which statement is used to identify the private libraries in job?

681


if the submitter of a job wants to inform another user about the job completion, how can it be done?

759


Differentiate between addressing mode and run mode.

615


how JCL works?

802






List in order the hierarchical levels of jcl?

672


What happens if both JOBLIB & STEPLIB is specified ?

615


What is the function of the dd dcb keyword?

832


How gdg are concatenated?

672


Explain the function of the steplib dd statement?

651


What are the parameter we cannot use in procedure?

644


Explain the function of job statement in jcl?

654


What do you understand by the term job time – out and how can you overcome that?

608


What are the 4 fields in dd statement?

745


I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?

704