Why do we use COMP-3 variables for computation, when we know that they are non displayable fields and require additional MOVE to numeric field before we populate it in output Reports?
Answer / raj
COMP-3 fields take less memory allocation and effective in computation.
| Is This Answer Correct ? | 2 Yes | 0 No |
What is amode(31)
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?
what is the difference between Normal vaiable and comp variable.
wht is load module and object module ?
What is the LINKAGE SECTION used in COBOL?
In the JCL, how do you define the files referred to in a subroutine ?
how to convert the recors form vsam file to db2 table tru file aid
In COBOL, what is the different between index and subscript?
0 Answers TryTechnicals Pvt Ltd,
what is qualification on occurs clause?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length
What is static and dynamic call in cobol?
What is length is cobol?