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

Which of the following paragraphs is compulsory in every COBOL program? (a) SPECIAL-NAMES (b) PROGRAM-ID (c) FILE-CONTROL (d) OBJECT-COMPUTER

4 Answers  


What is Static and Dynamic linking ?

3 Answers  


System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..

0 Answers   Amdocs,


I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.

0 Answers   Cap Gemini,


What is the difference between next sentence and continue in cobol programing language?

0 Answers  






How to declare if emp-name = AAAAA""BBB in working-storage section. After display emp-name should print like AAAAA""BB

6 Answers   Polaris,


i Want All cobol ERROR codes?

4 Answers   HCL, IBM,


how to fetch the record before the last record in a cobol file( its a huge file and if the key field is not known)

5 Answers   IBM,


how do u link sub pgm to main pgm ?

2 Answers   TCS,


how to transfer the file from pc to mainframe??

3 Answers  


how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)

0 Answers   HSBC, Quest,


how can we fetch 3 records in cobol pgm any coding pls ?

3 Answers   CGI,


Categories