What are different file OPEN modes available in COBOL?
Answer Posted / tarun
input ,output,i-o,extend
| Is This Answer Correct ? | 24 Yes | 5 No |
Post New Answer View All Answers
how do you reference the variable unblock file formats from cobol programs
Explain the configuration section of a cobol program with examples of syntax.
What is an in line perform? When would you use it? Anything else you wish to say about it.
What type of SDLC u followed? Why?
Can a Search can be done on a table with or without Index?
What are 77 levels used for?
what happens if parmparameter passes zero bytes to the program
What are the different rules of SORT operation?
What is link edit in cobol?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
how do you reference the variable block file formats from cobol programs
How you can read the file from bottom?
What is the difference between comp and comp-3?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
) How do u handle errors in BMS macro?