9(2).99 how many bytes take? Why . consider as a byte?
Answers were Sorted based on User's Feedback
Answer / paray2x
It does take 5 bytes. Here the "." is an explicit decimal
point. This format is generally used only for display and
not for computations.
| Is This Answer Correct ? | 10 Yes | 0 No |
what is dynamic array in cobol? what is the difference b/w array and table in cobol?
Is it possible to mutliply a comp variable with an comp-3 variable. Will there be any error if i do it?
How do you differentiate between cobol and cobol-ii?
i need the code for this program in cobol. 2 + 1 = 3 4+3=7 6+5=11 8+7=15 10+9=19
What is the Purpose of POINTER Phrase in STRING command in COBOL?
How many sections are there in data division in COBOL?
How can we know that cobol program is using report file or simple file....?
I have a field with data type X(10). I want to perform arithmetic operation on this field? I tried doing it by moving the value into a numeric field. but it didn't work out. I am getting a S0C7 abend. Pls let me know if there is any way of getting this done?
When can the USING phrase be included in the call statement ?
a pic s9(4) comp b pic s9(4) comp-3 c ???????????????? d ???????????????? move a to c add a+B giving d. what is ur declaration for c,d?
wht is packed decimal in cobol
is this below syntax correct? CALL 'subprg' using A,B Please help