What is COMP-1? COMP-2?
Answers were Sorted based on User's Feedback
Answer / mahathiaz
COMP-1 - Single precision floating point. Uses 4 bytes.
COMP-2 - Double precision floating point. Uses 8 bytes
| Is This Answer Correct ? | 19 Yes | 0 No |
Answer / karan
comp-1 is single floatig item where as
comp-2 is double floating item.
comp-1,comp-2 we are not using pic clause.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / purushothr
comp 1:single precision floating point//4 bytes
comp 2:double precision floating point//8 bytes
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / jay
COMP1 - Single precision floating point. Uses 4 bytes.
COMP2 - Double precision floating point. Uses 8 bytes
| Is This Answer Correct ? | 0 Yes | 0 No |
What is Redefines clause?
What is the difference between write & move in COBOL?
What is the difference between subscript and index?
I have two questions here. 1. How to read a flat file in reverse order? 2. How to read a VSAM KSDS file in reverse order? In both the cases we donot know the total number of records.
hi. This is Ram.i have one doubt.why can't we display comp-3 variables directly? let me answer quickly plez........
Can we change the password using ALTER? anyone tried and changed?
What is the maximum length of a field you can define using COMP-3?
4 Answers Complex System, Infosys,
i want to learn mainframes. i completed MCA ,whats the future of mainframes
What is SET TO TRUE all about, anyway?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
How to Pass table from a cobol program to another cobol program and how to use that table in called program
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.