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
seqence numbers in cobol
Explain how to update data area in cobol 400 program?
What is the syntax of redefine?
Explain the input procedure and output procedure?
How to update data area in cobol 400 program?
Define perform? And its types?
Explain the syntax of redefine?
Explain the syntax of sort?
What are fillers?
I like to know if possible to use %TRIM or any statement with prefiv "%" like RPG ile programs. thanks
What is sort?
What is comp?
What is the syntax of sort?
What are fillers? What is the actual use of fillers? With mall/simple example?
What is redefine?