how can u pass the values into db2 values from cobol ?
Answer Posted / raghunathareddy
loadmodule
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Write some characteristics of cobol as means of business language.
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
how to refer the data field?
how do you define single dimensional array and multidimensional array in your cobol?
In COBOL programming, what is PERFORM? What is VARYING?
What is the difference between goback, stop run and exit program in cobol?
Define cobol?
Why occurs cannot be used in 01 level in COBOL?
what is difference between cobol and cobol/400
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?
What is an in line perform? When would you use it? Anything else you wish to say about it.
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
What are the rules of the move verb?
What are the different open modes available in cobol?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?