We have 100 steps in a procedure and we need to run the jcl
and execute only 25th step in the proc and not the
remaining steps. How can we do it?

Answer Posted / prakash

Use IEBEDIT utility and select the required step alone for
execution

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how can the attributes of one sms dataset be copied to another dataset?

703


how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?

799


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

919


Why block size is multiple of lrecl in jcl?

908


when does a dataset go uncataloged?

830






What is timing concept in mainframe?

1658


Explain how can an in-stream dataset be terminated?

697


What parameter directs the output of the job log dataset?

763


//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*

908


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?

2220


What is condition checking in jcl? Is this possible?

624


How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you

603


Explain about LMFREE�free data set from its association with data ID

999


Is condition checking possible in jcl? If yes, how?

737


What is use of restart and how to use it?

766