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

I have a PS file and I would like to manually insert the binary values (like a COMP format) into the file. How can i do that? the way do in COMP-3 format.. suppose i want to insert -12345 in to file in comp-3 format. simply we can open a file in edit mode and do HEX-ON and insert the value . SEE BELOW-- 135 24D in 3 bytes - this will be COMP-3 presenatation of -12345.

1 Answers  


What are options have been removed in COBOL 11?

1 Answers  


what is the difference between Plan & package

3 Answers   IBM,


What is CALL statement in COBOL?

4 Answers  


What is SQL Code -904 and -903 in DB2 And how to handle it?

1 Answers   IBM,






How does IDMS insure data integrity?

1 Answers  


01 a pic s9(5) value -12345, if we disply a , the sign will overpunched with last digit but i need to get the miuns sign in the result?

7 Answers  


Explain about different table spaces.

0 Answers  


after udatingg first 110 rows, my job abends. now how do i change my cobol program so that when i restart the Job it will start updating from 111th row ( i.e in next run I di=ont want to update those 110 rows which are already been updated in the first run before job abend)

7 Answers   Allianz, Wipro,


What is COMP SYNC?

3 Answers  


have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records...

2 Answers   ITC Indian Tobacco Company, PNP, TCS,


What is the maximum data length for Numeric DataType ?

3 Answers   Cap Gemini,


Categories