How will 128 be saved in s9 (3) comp-3
How will 12 be saved in s9 (2) comp
Answer Posted / manohar reddy .d
n=128 it is a even number thaty (128/2)+1 65 in comp3
in comp s9(12) 8bytes it occupies
| Is This Answer Correct ? | 2 Yes | 28 No |
Post New Answer View All Answers
How do you reference the following file formats from cobol programs?
Can we redefine the field of x(200) to less than 200?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
Which is not true about evaluate statement
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What is redefines clause in COBOL?
What is the difference between Call and a Link?
Name the sections present in data division.
how do you reference the variable block file formats from cobol programs
How you can read the file from bottom?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
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
Have you used comp and comp-3 in your project? And how?
What is the usage of comp fields in cobol?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?