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

A statement about PROCs is " In PROCs, Symbolic Parameters can be assigned on PROC and EXEC", BUT On which EXEC, (i) On the JCL's EXEC which is calling to PROC1. (Inside JCL, EXEC PROC1) (ii) or On the PROC's EXEC where it calls the PGM1. (Inside PROC, EXEC PGM=PGM1)

2 Answers   IBM,


what is use of dsn parameter in dd statement?

0 Answers   IBM,


i want to restart frm step 2, previously i coded cond parameter on step2 wht happens at tht time ?

4 Answers   Infosys,


What is the maximum length of a single line of jcl?

0 Answers  


define cond parameter in jcl?

0 Answers   IBM,






what is the difference between static call and dynamic call?

1 Answers  


In JCL..for TIME Parameter was specified both JOB & STEP..which one is overrides

6 Answers   Satyam,


What does a disposition of (MOD,DELETE,DELETE) mean ?

0 Answers  


What does the keyword DCB mean and what are some of the keywords associated with it?

3 Answers   ITC Infotech,


How I sort the records in a file and copy the first 10 records to another file

5 Answers  


which utility is used a dummy utility?

0 Answers   IBM,


when we use sysprint and sysout statements

3 Answers  


Categories