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

Current version of GDG is ID.GDG.FILE.G0001V00. JCL has procedure with 2 steps like below,  What will be the output file name in each step ?  PROC starts      Step 1 has ID.GDG.FILE(+1)      Step2 has  ID.GDG.FILE(+4) PEND Similarly, JCL has 2 steps in 2 separate procedure. What will be the output file names here ?  PROC starts      Step 1 has ID.GDG.FILE(+1) PEND PROC1 starts      Step2 has  ID.GDG.FILE(+4) PEND

2 Answers   FIS,


Name the parameters which can be used to limit the number of records written to a sysout dataset?

0 Answers  


wht r different types of sorts ?

1 Answers   L&T,


01 GROUP-ITEM 05 AMOUNT-1 PIC 99V9 USAGE COMP VALUE 50 05 AMOUNT-2 PIC 9(4)V99 USAGE COMP MOVE ZERO TO GROUP-ITEM ADD 50 TO AMOUNT-1 what will be the content of AMOUNT-1? a.50 b.100 c.0 d.unpredictable

1 Answers  


i have a base gdg consisting of 12 versions like jan to dec. i need to concatante this gdg to another gdg which have version 1 or to the base gdg itself can anyone give me the code pls ?

4 Answers   IBM,






GDGs can be CREATED (not COPIED) only on DASD and NOT on tape drives ? Is it True ?

2 Answers   ABC, IBM,


How to find the length of variable length copybook using fileaid ??

1 Answers   CSC,


Which COND paramter will u use to execute the step only if the previous step does not execute

3 Answers   BoA, HSBC,


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

1 Answers  


Is it possible to take a PDS and write it to a GDG? If so, can you provide an example? Thanx

7 Answers  


What are the rules employed while naming the steps in a job?

0 Answers  


How do you send the output of a COBOL program to a member of a PDS?

7 Answers  


Categories