Answer Posted / vasanth
I guess there is no Odd and Even theory in case of COMP-3
variable memory allocation calculation.
If there is an fractional output of M+N/2+1
Then the value is rounded off to its next value accordingly.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What are the different rules to perform a Search?
what are decleratives in cobol?
What is the use of intialize verb?
How are the next sentence and continue different from each other?
How to print 10 to 1 if the input have only 10 digit number?
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 all the divisions of a COBOL program?
What is link edit in cobol?
What are the different rules for performing sort operation?
Difference between array and sub-script ?
i want a program using by if, evaluate , string, unstring, perform, occurs?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
What is rmode(any) ?