What compiler option would you use for dynamic linking?
Answer Posted / sunil
use dynum option.
| Is This Answer Correct ? | 6 Yes | 6 No |
Post New Answer View All Answers
What is an in line perform? When would you use it? Anything else you wish to say about it.
how do you define single dimensional array and multidimensional array in your cobol?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
Name the divisions, which are available in a cobol program?
Differentiate between structured cobol programming and object-oriented cobol programming.
What is link edit in cobol?
Write a program that uses move corresponding.
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
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?
For rewrite, why is it mandatory that file needs to be opened?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What is the difference between Call and a Link?
What rules are to be followed while using the corresponding options?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.