Answer Posted / naveen
Kishore Sangu
S9(1)comp to s9(4)comp occupies 2 bytes.
s9(5)comp to s9(9)comp occupies 4 bytes.
S9(10)comp to S9(18)comp occupies 8 bytes.
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
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 are the different types of condition in cobol and write their forms.
What is the use of intialize verb?
For rewrite, why is it mandatory that file needs to be opened?
What is amode(24)?
How can you get the ksds file records into your cobol program?
how can i see junk values in dclgen or in hostvariable of comp ?
Explain how you can characterize tables in cobol?
What is the difference between goback, stop run and exit program in cobol?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
Explain what you understand by passing by value.
Can you please let me know the centre name of INS certification in Kolkata.
What are declaratives and what are their uses in cobol?
What is the difference between external and global variables in COBOL?