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



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

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

More JCL Interview Questions

If I defined space as TRK(10,10) for the one file and lrecl = 4K then tell me how many record will vsam file will contain. will it 1,2,3,4,5 or how many,

3 Answers   IBM,


There are two steps in a JCl, the first one generates a report while the second step send an email saying the report has been generated, but the second steps should only be executed when the report file is non-empty. How can it be acheived. We may include steps in between.

3 Answers   IBM,


Suppose we have 5 steps in a job.No step should be executed After submitting every step in a job

2 Answers   AVB, IBM,


Can you execute a PROC from another PROC?

8 Answers   Keane India Ltd,


What are the 2 types of parameters in dd statement?

0 Answers  






How many positional parameters are there in job statement?

4 Answers  


What u mean by include statement in JCL ?

3 Answers  


What is 'S0C7' abend?

9 Answers  


how do u define a file in cobol and jcl ?

2 Answers   TCS,


what is the cond=even only

4 Answers   EDS,


Explain about LMQUERY�give a dialog information about a data set

0 Answers  


What will happen when we try to pass data from JCL to COBOL using PARM parameter without declaring the length field in Linkage Section?

2 Answers   IBM,


Categories