Answer Posted / krishna
COMP-3 is hexa-decimal reprasention .the best at lower
boundaries.
If it have size is even it takes (n/2) bytes.
If it have size is odd it takes (n+1/2) bytes.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is the difference between comp and comp-3 usage?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
how do you reference the printer file formats from cobol programs
Write a cobol program making use of the redefine clause.
What is the compute verb? How is it used?
What is a SSRANGE and NOSSRANGE?
What are all the divisions of a COBOL program?
What is the difference between comp and comp-3?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
Can a Search can be done on a table with or without Index?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
Why would you use find and get rather than to obtain?
how do you reference the esds vsam file formats from cobol programs
How arrays can be defined in COBOL?