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



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

Answer / lakshmisudha

Use Alter command to increase the GDG limit in that time we
have to use IDCAMS utility

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More COBOL Interview Questions

What is rmode(24)

0 Answers  


IDENTIFICATION DIVISION. PROGRAM-ID. MOVEPGM. DATA DIVISION. WORKING-STORAGE SECTION. 01 WS-I PIC 9(2). PROCEDURE DIVISION. A1000-MAIN-PARA. PERFORM PARA-X WITH TEST BEFORE UNTIL WS-I= 5 STOP RUN. PARA-X. DISPLAY "BEST2". I m getting error s722,while executing the program, seems getting in loop, can anybody tell me why

3 Answers  


What will happen if a variable is declared as below.. Explain with an example? Working storage section:- 01 WS-VARX PIC X(10) VALUE 'ABCDEFGHIJ'. 01 WS-VARN REDEFINES WS-VARX PIC 9(5) VALUE '12345'. What will happen I want Display WS-VARX and WS-VARN?

3 Answers   Xansa,


How do you define a sort file in JCL that runs the COBOL program?

6 Answers   Syntel,


where do u use low-value and high value in cobol

3 Answers   CGI,






How can we know that cobol program is using report file or simple file....?

4 Answers  


How many bytes do a s9 (7) comp-3 field occupy?

1 Answers  


What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?

0 Answers  


i have mainprogram and subgram...if i compile mainprogram without stop run..what will u get in compilation time?

5 Answers   HCL,


What is the default value of DISP parameter?

3 Answers   IBM,


How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?

0 Answers  


when COMP-3 is preferrable?

3 Answers   Patni,


Categories