If I want to increase the Limit in GDG. What should I do?

Answers were Sorted based on User's Feedback



If I want to increase the Limit in GDG. What should I do?..

Answer / santhosh vayathuri

USING FALLOWING JCL CODE WE CAN ALTER


//JOBCARD
//S1 EXEC PGM=IDCAMS
//SYSIN DD *
ALTER GDGNAME LIMIT(NEW-VALUE)
/*
//

Is This Answer Correct ?    18 Yes 0 No

If I want to increase the Limit in GDG. What should I do?..

Answer / ahemad ali

use IDCAMS alter command to increase the GDG limit. we can alter the name , and freespace

Is This Answer Correct ?    9 Yes 3 No

Post New Answer

More COBOL Interview Questions

how many subpgms we can use in a main pgm ? how do u link sub pgm to main pgm ? how can i use the parameters declared in main pgm to sub pgm ?

2 Answers   TCS,


what happens of we dont give time stamp in precompilation process

2 Answers  


How To Separate The Numerics From An Alphanumric Data Item Which Contains Both Alphabates And Numerics ?

4 Answers  


What is the LINKAGE SECTION used in COBOL?

0 Answers   UGC Corporation,


Scenario: I have 3 Input Files.Read the first i/p file and depending on certain business logic, I want to read wither i/p file-2 or i/p file-3.Now, depending on certain business logic applied to the record read from either file-2 or file-3, I decide to write them to either output file-2 or output file-2. Question: How many job steps are necessary to implement a solution for the above.

2 Answers   TCS,






how can we get current dat and time thru cobol pgm

3 Answers   DELL,


what is internal sort and external sort ? which is preferable ?

2 Answers   TCS,


If we use GO BACK instead of STOP RUN in cobol?

2 Answers   Temenos,


what happens if we wont give timestamp in precompilation process ?

4 Answers   Covansys,


How can we increase the size of an existing PDS to include more no. of modules. I tried the answer posted by Jagan(TSO PDS 'pds name') but did not find it working. The answer posted by kamal i know very well. Please suggest me a answer so that we don't need to delete the existing PDS and still we can change the size as well.

10 Answers  


What is the reference modification.

2 Answers  


How do u know what version of cobol u are using?

3 Answers  


Categories