how to increase the space of a dataset in instream procedure.

Answer Posted / vaneesh khurana

Simply override the parameter.

//STEP1 EXEC TESTPROC,
//STEP2.DD1 DD SPACE=(100,100)

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How jcl is used for testing batch programs?

721


What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?

1998


Name a few IBM utility programs, and explain its function.

4440


How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?

2172


In job processing, what happens in conversion stage?

742






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

910


A dd statement consists of 4 fields. Name them?

932


How does jcl specify the job to the operating system?

751


What is the purpose of dd dummy statement?

944


How to pass the parameter in parm using linkage section ? (syntax)?

655


Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?

720


Explain how can a jobs execution priority be modified?

742


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

898


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

1351


What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?

9220