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

can any one give good example for cond 88 level number and for renames pls urgent dudes ?

3 Answers   DELL,


I had 100 records and i want to execute last three records by using cobol programming?what will be coding?

4 Answers   IBM,


How do you code Cobol to access a parameter that has been defined in JCL?

3 Answers  


Give some advantages of REDEFINES clause?

2 Answers   Syntel,


What are the cobol coding sheets?

0 Answers  






What is the difference between comp and comp-3 usage?

0 Answers  


wht is the use of evalute verb ? how do u declare recfm in cobol and jcl ?

2 Answers   EDS,


What is the difference between external and global variables in COBOL?

0 Answers   Winsol Solutions,


hi is there any means of deletin a record from a ps usin cobol not using jcl?eg if i am reading a record and if some condition is matched tat particular record must be deletd fom the ps

5 Answers   iNautix,


What is Pic 9v99 Indicates in COBOL?

0 Answers   SwanSoft Technologies,


I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......

4 Answers   Accenture,


The order of precedence of arithmetic operators in an expression can be overridden with the use of (a) [] (b) () (c) {} (d) Any of the above

3 Answers   TCS,


Categories