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 |
Explain how to detect record is locked in cobol/400? What is the solution for that?
define comp?
what is the cobol compiler?
What is comp?
how array can be declare in cobol?
Explain the input procedure and output procedure?
Can we open close file in COBOL any number of times?
What are fillers?
Explain the input procedure?
Define sort?
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
Define perform?