What type of Call you would use if you don;t want the
control back to the calling program?
Answer Posted / menaka
USING 'CHAIN' KEYWORD IN COBOL.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
Name the sections present in data division.
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 to know whether the module is dynamical or statistical?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What is the difference between comp and comp-3?
What are the different rules of SORT operation?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
How you can read the file from bottom?
What is perform what is varying?
Write down the divisions of cobol program?
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.
Name the divisions, which are available in a cobol program?
What the difference is between continue and next sentence?