What compiler option would you use for dynamic linking?
Answer Posted / kishorekumar
Its DYNAM.
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
Why occurs cannot be used in 01 level in COBOL?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
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?
Name the sections present in data division.
How can you get the ksds file records into your cobol program?
What are the pertinent COBOL
What is difference between static and dynamic call in cobol?
How are the next sentence and continue different from each other?
What is the difference between comp and comp-3?
) how do u code after getting data?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
IF I mention stop run in CICS what happens?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.