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

I have one GDG. Everyday One new version is being created.Now I want to split this created version in different files each having 1000 records. Here Problem is I don't know How many records will be there in new version of GDG? that's why I don't know How many Out files we need to use . Interesting??????????????

4 Answers   CTS,


Min no of member?s (PDS) in one directory block?

10 Answers  


What is Uncatalog dataset? How can we access/use them?

1 Answers  


How does the jcl specify the job to os?

0 Answers  


What is GDG?

1 Answers  






Can a temporary dataset be converted to permanent dataset and vice-versa in the middle of a job ?

4 Answers   IBM,


What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?

0 Answers  


What will happen if two JOB statements are mentioned in an JCL continuously.

2 Answers   IBM,


What you mean by skeleton JCl?

2 Answers  


Why block size is multiple of lrecl in jcl?

0 Answers  


I have 20 steps in a job... step01, 02....step17...step20. For some reason I want to execute step17 only if the return code for all the previous steps are less than or equal to 4. otherwise if return code for any of the previous 16 steps is greater than 4, then step17 should be bypassed. How do I do that ?? how and in which step should i formulate COND parameter

8 Answers  


I have a sequential file in which there are 50 records. Now I want to copy all the 50 records in the reverse order into a new file? The last record in the original file should be the first record in the new file. How can I do it?

4 Answers   IBM, TCS,


Categories