Answer Posted / shailendra
hi i think 1/2 byte for sign so total it will take 4 byte
| Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
Define static linking and dynamic linking.
how to convert the recors form vsam file to db2 table tru file aid
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
What are declaratives and what are their uses in cobol?
HOw can I get the negative sign while deduct high value from low value
What is comp-1 and comp-2?
What is the utilization of copybook in cobol?
What is rmode(any) ?
Have you used comp and comp-3 in your project? And how?
IF I mention stop run in CICS what happens?
How are the next sentence and continue different from each other?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
What is amode(31)
What is the difference between PIC 9.99 and 9v99 in COBOL?
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?