Answer Posted / syam
"COMP" in Cobol = Binary storage format(if -ve bit is ON,
if +ve bit is OFF)
COMP-1 = Single precision floating point. Uses 4 bytes.
COMP-2 = Double precision floating point. Uses 8 bytes.
COMP-3 = packed decimal format. Uses 4 bytes.
Example 01 WS-VAR USAGE COMP-1.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are fillers? What is the actual use of fillers? With mall/simple example?
What is input procedure?
I like to know if possible to use %TRIM or any statement with prefiv "%" like RPG ile programs. thanks
What is sort? And its syntax?
Explain the difference between comp & comp-3?
What are fillers?
What is sort?
Explain the types of perform?
why icetool be used in programmer view?
What is the actual use of fillers?
Explain how to update data area in cobol 400 program?
Explain the difference between section, paragraph and sentences?
How to detect record is locked in cobol/400?
Explain the output procedure?
What is redefine?