I had 100 steps in jcl i want to execute first 10 steps only?

Answer Posted / harsha

You can use IEBEDIT utility to perform this activity.

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the utility programs in jcl?

639


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

399


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

898


The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?

929


Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed

1957






What are the jcl procedures?

635


what is DSN parameter and DISP parameter is used for?

663


What is multithreading in jcl?

926


What is the function of a dd statement?

698


What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?

662


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

987


What is the function of job statement in jcl?

628


What is the function of dd name parameter with a 2 part structure; audit.report?

693


Is there any command to check wether the ps file is in sorted order?

2419


What is the function of the dd mgmtclas keyword in sms datasets?

728