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

What statement marks the end of an in-stream or catalogued procedure?

1 Answers  


how to identify the file used in the JCL is an VSAM file. Just seeing the JCL code how can we track the file as VSAM file?

6 Answers   CSC,


What is the use of DSNDB07 ?

1 Answers  


How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?

0 Answers  


What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?

2 Answers  






What is the syntax of JCL statement?

0 Answers  


How I sort the records in a file and copy the first 10 records to another file

5 Answers  


Describe the various parameters utilized in the creation of a gdg?

0 Answers  


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

3 Answers  


how to write a jcl prog to copy alternate recs from ps1 to another ps2,suppose ps1 having 10 recs?

2 Answers   Steria, TCS,


How many steps we can overide in the proc's?

2 Answers   CS,


diff bw vsam and normal flat file?

2 Answers   CGI,


Categories