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...


Can we change the LIMIT of GDG?

Answers were Sorted based on User's Feedback



Can we change the LIMIT of GDG?..

Answer / vinay sonar

Yes we can though i have been told no in my institude i
tried it personally using ALTER command.It works

Is This Answer Correct ?    4 Yes 0 No

Can we change the LIMIT of GDG?..

Answer / vinoth kumar.k

Yes,its possible.Using IDCAMS we can alter the limit value
of Base GDG.

Here the systax is,

//JOB STMT
//EXEC STMT
//SYSPRINT STMT
//SYSIN DD *
ALTER BASE-GDG-NAME -
LIMIT(10) /* NEW LIMIT VALUE*/
/*
//

Is This Answer Correct ?    4 Yes 0 No

Can we change the LIMIT of GDG?..

Answer / amy

of course we can do it by IDCAMS utility...

//step1 exec pgm=idcams
//sysin dd *
alter gdg-name parameter,parameter
/*

Is This Answer Correct ?    0 Yes 1 No

Can we change the LIMIT of GDG?..

Answer / suman

yes

//step1 exec pgm=idcams
//sysin dd *
define gdg
name(userid.source.invoice)
limit(10) max value of limit is=255
scarth/noscartch
empty/noempty
/*
//

Is This Answer Correct ?    0 Yes 1 No

Can we change the LIMIT of GDG?..

Answer / balu

yes we can alter the limit of gdg, but with in the default
limit , but after the default limit it may not possible,
pls correct if i am wrong

Is This Answer Correct ?    1 Yes 4 No

Can we change the LIMIT of GDG?..

Answer / krishna

We can change by using the IDCAMA alter command.

Is This Answer Correct ?    4 Yes 9 No

Post New Answer

More JCL Interview Questions

a jcl has 2 steps. How to code the jcl such that if step1 abends, then step2 runs. Else, job terminates with step1?

1 Answers   IBM,


What is QSAM error usually when it is occurs?

1 Answers  


Explain about ISPFTTRC

1 Answers  


I have 5 generations in my GDG. How do I code in the JCL to consider all the 5 versions of the GDG ?

5 Answers   Xansa,


How many types we can give input to JCL

5 Answers   UHG,


As PARM can supply information to a program ? Can PARM be used to supply information to a cataloged or Inline Procedure also ?

2 Answers   IBM, RS Software,


What dd statement is used to supply the name of a dataset?

0 Answers  


What does a disposition of (new,catlg,keep) for a dsn mean?

0 Answers  


Hi, all Suppose i have 10 step in a job (s1,s2,s3,...s10) i want to execute step9 first and then step3 and i used the DPRTY for these steps. so what will happen to other steps? Will the get executed or only these two steps get executed?

2 Answers  


shall we concordinate two different length dataset in to a new date set.

6 Answers  


how do u define a file in cobol and jcl ?

2 Answers   TCS,


What is the purpose of the dd keylen parameter?

0 Answers  


Categories