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 soc7 abend?how u can trace it?
What is SDSF?
What are decleratives in COBOL ?
How to pass return codes from cobol to jcl?
What is the difference between a binary search and a sequential search?
Can we access the a[0] in the array ?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
DATAONLY, MAPONLY functionality?
Difference between ps, esds
The maximum number of dimensions that an array can have in COBOL-85 is ?
I am sending values a and b with pic x(10) and pic x(10) by using call statement. In linkage section, I am receiving values with pic x(10) and pic x(11). Will my program fail? will it be compile error or run time abend?
Can we move X(9) to 9(9). If yes what are the ways for doing this?