Why we are using comp and comp-3 in real time projects?
Answers were Sorted based on User's Feedback
Answer / harsha
Mostly COMP is used for counter fields or for Subscripts.
COMP-3 is mostly used in all sort of arithmatic
calculations.
Is This Answer Correct ? | 9 Yes | 1 No |
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
Hi , I am posting some questons which are asked at interview. These may help u for ur interview... what is static and dynamic call?
can i use multiple when statements in search & search all ? justify ur answer?
In which area will you utilize 88 level items in cobol?
1)what is the maximum limit for occurs? Eg: 01 A PIC X(10) OCCURS N TIME. What is the max value for N?
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?
which of the following can be used as a check protection symbol a.Z b.S c.* d.+
using redefine can you redefine lower variable size to higher variable size?
how to crack cts interview apps? NOVEMBER 21 2010
I hav vari declaration like..... 77 a pic s9(9).99. 77 b pic s9(9).99 comp. 77 c pic s9(9).99 comp-3. if i use MOVE 123456789.99 to a,b,c what happen every one working fine ?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
what happens if parmparameter passes zero bytes to the program