FOR a GDG, the book by 'SABA ZAMEER' says 'We can NOT ALTER
the LIMIT parameter after it is defined'. (p-211).
But many persons have written that it can be changed, which
one is true ?

Answers were Sorted based on User's Feedback



FOR a GDG, the book by 'SABA ZAMEER' says 'We can NOT ALTER the LIMIT parameter afte..

Answer / rup

In generation program you would have given limit earlier as
limit(5) , You can change the limit by this way.
//SYSIN DD *
ALTER ****.***.** LIMIT(6) NOEMPTY SCRATCH
/*Now limit changes to 6
//

Is This Answer Correct ?    8 Yes 0 No

FOR a GDG, the book by 'SABA ZAMEER' says 'We can NOT ALTER the LIMIT parameter afte..

Answer / albert

It can be changed through JCL using ALTER statement

Is This Answer Correct ?    3 Yes 1 No

FOR a GDG, the book by 'SABA ZAMEER' says 'We can NOT ALTER the LIMIT parameter afte..

Answer / vinay sonar

I have personally tried using ALTER command
I dont remember exact syntax

//sysin dd*
alter pmap391.a1.gdg,limit=(5)
/*

It is possible

Is This Answer Correct ?    2 Yes 0 No

FOR a GDG, the book by 'SABA ZAMEER' says 'We can NOT ALTER the LIMIT parameter afte..

Answer / vira2z

plz tell me how it can change, give the istructions to cange

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JCL Interview Questions

I have a File that has duplicate records. I need only those records that occur more than thrice.

3 Answers  


How is the record format of an output dataset specified?

0 Answers  


How to execute a set of JCL statements from a COBOL program ?

6 Answers  


What it does If we specify TYPRUN=P & it is not substituted by SCAN 0r HOLD in VALUE SET.

0 Answers  


how to create gdg with out using idcams utility

8 Answers   DSRC,






i have 6 steps in my jcl program after going to 5th step i want to execute 3rd step.....how can i do it....by using(RESTART) can i do it or not?

2 Answers   Wipro,


How do you access an uncatalogued dataset in a jcl?

0 Answers  


What do you understand by the term job time – out and how can you overcome that?

0 Answers  


what happens in execution stage in job processing?

0 Answers   IBM,


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 ?

0 Answers  


If a job has 3 steps and step 1 and step 3 should get executed and step 2 should not get executed irrespective of the return code from the previous steps. How can it be done?

5 Answers   TCS,


Explain the purpose of dd dummy statement?

0 Answers  


Categories