what is the difference between comp & comp-3?
Answers were Sorted based on User's Feedback
Answer / mithun paul
Comp is equivalent to Binary and Comp-3 is equivalent to
Packed Decimal.Comp takes 1 Byte and Comp-3 takes 2 Bytes.
| Is This Answer Correct ? | 0 Yes | 13 No |
what is the cobol compiler?
how array can be declare in cobol?
How to detect record is locked in cobol/400?
seqence numbers in cobol
Explain the input procedure and output procedure?
How to detect record is locked in cobol/400? What is the solution for that?
Define perform? And its types?
can i anyone tell me how to use copybooks in cobol
What is redefine?
WHAT ALL THE CONDITIONES REQUIRED FOR USING OPEN OPCODE ON A FILE?
When search all is used in cobol program without sorted input data
How can i change the below code in SQL to cobol/400? EXEC SQL SELECT COUNT(*) INTO : WS-COUNT FROM Db file WHERE Field 1 = : WS-VAR AND Field 2 = : WS-USERID END-EXEC * EVALUATE TRUE WHEN SQLCODE = +000 MOVE WS-COUNT TO Copybook field WHEN SQLCODE = +100 MOVE ZEROES TO Copybook field