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 the types of perform?
Explain the input procedure and output procedure?
why icetool be used in programmer view?
I like to know if possible to use %TRIM or any statement with prefiv "%" like RPG ile programs. thanks
Explain what all the conditiones required for using open opcode on a file?
Explain the difference between search and searchall?
What is input procedure?
What is the syntax of redefine?
seqence numbers in cobol
Explain how to detect record is locked in cobol/400? What is the solution for that?
Explain the types of perform?
What are fillers?
How to detect record is locked in cobol/400?
What is redefine?
What is perform?