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 what all the conditiones required for using open opcode on a file?
What is input procedure?
i have two programs 1.cobol program 2.copy book program can i move bouth program in to the production or single single program?
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
Explain the output procedure?
When search all is used in cobol program without sorted input data
How COBOL helps Mainframe to maintain large records ???
Explain the input procedure?
What is the actual use of fillers?
seqence numbers in cobol
Explain the input procedure and output procedure?
what is PERFORM? and its types?