My JOB contains three steps.

//STEP1 EXEC PGM=ABC
//STEP2 EXEC PGM=DEF
//STEP3 EXEC PGM=GHI

My Question is
1) I want to execute second step only. How will do.
2) Soppose U consider above three steps are in PROC steps
and I want execute the PROC second step only?
How to execute the second step only. During exection
time its creating any ABEND?

Please let me know..........

Answer Posted / hema

Restart the Job from second step. Suppress the Third step
using the condition code.

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are some jcl statements that are not allowed in procedures?

730


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

616


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

1486


What dd statement is used to supply the name of a dataset?

780


Matching Logic in Jcl not in cobol.Could any one please answer this question

3675






write a jcl to execute a job by 7:00 am on jan 20,1986?

703


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

929


What statement can be used to send data to another mvs jes3 node?

831


How do you submit a job for execution?

640


How can a jobs execution priority be modified?

803


have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file

925


what is the use of JCL?

666


Explain in DD statement what is the use of DCB parameter?

658


Is their any limit for data sets?

706


Differentiate between the joblib and the steplib statements?

863