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 |
wht is load module and object module ?
How do you define a sort file in JCL that runs the COBOL program?
Difference between next and continue clause
what is s000 u4087 error? please give the all error codes in cobol,jcl.
how we rectify soc7 and soc4 errors in project?
What is Static,Dynamic linking ?
How can I tell if a module is being called DYNAMICALLY or STATICALLY?
A s9(4). B v9(4) value 0.21 can i move this?
I have 2 dimensional array with having 100 elements. So how to find the 11th item in an array?
Extract only those records from a PS file which are having word 'TEXT' in the records using COBOL? The word TEXT is not present in a particular position in all the records.
If we use GO BACK instead of STOP RUN in cobol?
What is COMP SYNC?