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 the parameter we cannot use in procedure?

644


List the various advantages of using jcl language?

855


What is one line to pass PARM from JCL to COBOL?

904


How to pass data to a program that is coded in an exec statement?

836


what is “Cond= even” and “Cond=only”?

745






when does a dataset go uncataloged?

840


Define concatenating?

669


Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?

2224


How jcl is used for testing batch programs?

723


Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You

2269


Can we call instream to catalog and catalog to instream?

685


Is it possible to define dd statements as you want?

646


When output dataset space is required, what quantity categories are used?

834


What is the function of dd disp parameter?

660


What are the parameter we cannot use in procedure? How many instream we can write in single jcl?

587