How to execute only th 15th step of JCL consisting of 50 steps?

Answer Posted / ekanthraj

cond=(0,le),restart = step15.

Is This Answer Correct ?    16 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the function of job statement in jcl?

638


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

899


Explain the function of //cntl statement?

645


Why include statement is used in a jcl?

681


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

1959






When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?

739


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

814


Explain how can values be passed from the job stream to an executable program?

606


Explain the function of the dd dcb keyword?

690


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

599


Can I share my data with other jobs? How?

663


how would you create a temporary dataset? And where will you use them?

759


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 ?

933


What are the utility programs in jcl?

640


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

844