Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Can there be 2 job statements in a JCL? If yes what is the purpose of doing tha?

3 Answers  


How does the jcl specify the job to os?

0 Answers  


How is a GDG base created?

5 Answers  


My JCL has 4 steps that execute PROC’s P1, P2, P3 and P4 as shown below //P1 EXEC PROC=P1 //P2 EXEC PROC=P2 //P3 EXEC PROC=P3 //P4 EXEC PROC=P4 There are four steps S1, S2, S3 and S4 in each PROC’s (i.e. P1, P2, P3 and P4) I want to execute only step S2 of PROC P2 and no other steps or PROC’s. How do you achieve this?

4 Answers   IMS,


Explain about LMMLIST�list a library's members

1 Answers  


what is DD statement is used in JCL?

0 Answers  


what is use of disp parameter in dd statement?

0 Answers   IBM,


how to create gdg with out using idcams utility

8 Answers   DSRC,


What is the difference between BLKSIZE and LRECL?

3 Answers  


can a job be submitted through jcl only? is there another way to submit a job?

2 Answers   CSC,


i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?

6 Answers   IBM,


Can we Execute a job without specifying Job Name in the Job Card?

2 Answers  


Categories