Can anyone tell me how to handle the array beyond the limit.
If we have an array or a table which can handle 5000
records but now we have to compensate 20000 records with
the same array? how to handle the situation.

Answers were Sorted based on User's Feedback



Can anyone tell me how to handle the array beyond the limit. If we have an array or a table which c..

Answer / babjee talluri

Use SSRANGE property.

Is This Answer Correct ?    9 Yes 0 No

Can anyone tell me how to handle the array beyond the limit. If we have an array or a table which c..

Answer / ravi singh

use Dynamic Memory allocation

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More COBOL Interview Questions

Is this allowed? 01 WS-TABLE. 03 FILLER-X PIC X(5) VALUE 'AAAAA'. 03 WS-EX REDEFINES FILLER-X OCCURS 5 TIMES PIC X(1). can redefines clause be used with occurs clause?

4 Answers  


how to resolve the file status 47.......

1 Answers   MMM,


what are the utilities for load and unload the DB2 tables

1 Answers   L&T,


explain sorting techniques in cobol program?

0 Answers  


can we use 77 level no for Redefines?if we use give an example?

3 Answers   Mphasis,


How do you do in-line PERFORM?

4 Answers   Accenture,


How to read records which is in sequential file in reverse order ? Exp. 1 2 3 4 5 . i want 5 4 3 2 1?please clear my doubt any one

10 Answers   IBM,


In my table having 3000 Records. How can I delete the 500th row? (we don't know what is data inside the table)

3 Answers   Keane India Ltd,


What is 66 level number and where it is used in real time by software developers?

2 Answers   ITC Indian Tobacco Company, TCS,


what is call by value and call by reference ?

3 Answers   Infosys, ITC Indian Tobacco Company,


In CICS/VSAM every file that is accessed should be defined in FCT. we have CICS READ, WRITE, BROWSE commands for VSAM files. How does it work with DB2 tables. It know it has to do with the plan. Please expain with examples.

1 Answers  


what is the difference between Plan & package?

1 Answers   IBM,


Categories