define comp?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / syam
COMP = Compare in RPG, to compare two fields value.
AA = 01
BB = 02
C AA COMP 01 99 (found)
C BB COMP AA 99 (not found)
99 = on not found
99 = off found
| Is This Answer Correct ? | 0 Yes | 2 No |
What are fillers? What is the actual use of fillers? With mall/simple example?
What is redefine?
what is PERFORM? and its types?
Explain how to detect record is locked in cobol/400? What is the solution for that?
Define perform? And its types?
Trying to help a friend... How do you code screen I/O without a DDS? I know it can be done, because for a short time, I worked for a company that did it. It was just too long ago for me to remember what was involved.
can i anyone tell me how to use copybooks in cobol
write a cobol program to display prime numbers between 1 to 100?
How to update data area in cobol 400 program?
Code how to read 5th element of the array?
Explain the types of perform?
What is the syntax of redefine?