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

I have four steps in jcl they are STEP1,STEP2,STEP3 and STEP4. Can it possible to run the reverse order like step4 first then step3,step2,step1?

4 Answers   Broadridge, HCL,


How to fetch even records from one file to another file by using ICETOOL in JCL?

3 Answers  


when does a dataset go uncataloged?

0 Answers   IBM,


Can we browse or edit the GDG dataset if it is a tape entry?

4 Answers  


Explain the hierarchy levels in jcl?

0 Answers  






What are the 4 fields in dd statement?

0 Answers  


how can i use the parameters decalred in main pgm in sub pgm

2 Answers   TCS,


what is fixed length and variable length and difference between them

1 Answers   CGI, Wipro,


What is a Generation Data Group (GDG)?

2 Answers  


What is a MODEL Paramater in GDG ?

2 Answers   Xansa,


Hi, all suppose i have 5 steps (S1,S2,S3,S4,S5) what will happen if cond is true or false (which of the other steps get executed)? 1) //s3 exec pgm=abc,cond=(0,le) 2) //s3 exec pgm=abc,cond=(0,le,step2) 3) In the jobcord RESTART=step3,cond=(0,le) 4) can i code COND=TRUE in jobcard, if yes what will happen?

3 Answers   TCS, Tech Mahindra,


What is 'S0C7' abend?

9 Answers  


Categories