TO abend the data sholud open in which mode?
1.new
2.old
3.mod
4.shr
Answer Posted / sree
Question should be 1) to apend the data which mode should should open?
ans: MOD
| Is This Answer Correct ? | 30 Yes | 2 No |
Post New Answer View All Answers
Explain what you understand by passing by value.
What are the pertinent COBOL commands?
Which mode is used to operate the sequential file?
Which division and paragraphs are mandatory for a COBOL program?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
Difference between cobol and cobol-ii?
What is link edit in cobol?
Write the code implementing the perform … varying.
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
In COBOL programming, what is PERFORM? What is VARYING?
What is the difference between perform … with test after and perform … with test before?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
What is the difference between PIC 9.99 and 9v99 in COBOL?
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 did the release of cobol/370 version 1.3 improve the performance of release 1.1?