How can i execute 5th step without executing first 4 steps?

Answer Posted / satheesh

To Execute particular step, use IEBEDIT option.
Below Sample version
//STEP001 EXEC PGM=IEBEDIT
//SYSPRINT DD SYSOUT=*
//SYSUT1 DD DSN=MYDSN.JCL(MEMBER),DISP=SHR
//SYSUT2 DD SYSOUT=*
//SYSIN DD *
EDIT TYPE=INCLUDE,STEPNAME=(STEP5)
/*
//*

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are steplib and joblib?

713


What is the format of comment statement?

658


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

681


what is the JCL statement consists of?

693


how can you check if a file is empty using jcl?

805






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

666


What are the difference between jcl and jes?

1041


What is the function of the dd dcb keyword?

819


Name the statement which can be used to send data to another mvs jes3 node?

593


For what purpose steplib and joblib are used ?

680


How to submit a jcl from cics?

658


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.

1724


What is condition checking in jcl? Is this possible?

619


What are the 2 types of parameters in dd statement?

637


Explain how can an in-stream dataset be terminated?

688