Hi All,
how is sign is stored in S9(17) comp-3 variable.
Answer with an Example will be of great help.
Answer Posted / rtrt
9
| Is This Answer Correct ? | 12 Yes | 5 No |
Post New Answer View All Answers
What is amode(31)
How do define dynamic array in cobol.
What are various search techniques in cobol? Explain.
Which division and paragraphs are mandatory for a COBOL program?
How do you differentiate between cobol and cobol-ii?
In which area will you utilize 88 level items in cobol?
what is the difference between COBOL2 AND COBOL390?
What are 77 levels used for?
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 is the difference between binary search and sequential search?
Write a program to enter and display the names of students in a class using the occurs clause.
Write a program that uses move corresponding.
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
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?