I have a JCL with 10 steps, want to execute first 5 steps
only, what are ways of doing it?is it possible to control
through JOB card?

Answer Posted / veer

we can achieve this with the IEBEDIT Utility......!!!

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

//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 /*

894


I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?

811


what is DSN parameter and DISP parameter is used for?

662


what are JCLLIB and STEPLIB in JCL?

654


What is the use of disp parameter?

636






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

984


Describe the various parameters utilized in the creation of a gdg?

669


What is the function of the steplib dd statement?

722


I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?

1331


I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?

8635


What parameter directs the output of the job log dataset?

748


Explain the job statement in jcl?

631


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

798


What is the format of comment statement?

647


how to run batch program without jcl?

10033