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 |
How COBOL helps Mainframe to maintain large records ???
can i anyone tell me how to use copybooks in cobol
What is sort? And its syntax?
What is comp?
Explain the input procedure?
Explain what all the conditiones required for using open opcode on a file?
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
How to detect record is locked in cobol/400?
what is the difference between comp & comp-3?
Explain the difference between comp & comp-3?
What is input procedure?
What is the syntax of redefine?