What is the maximum length of a field you can define using
COMP-3?

Answers were Sorted based on User's Feedback



What is the maximum length of a field you can define using COMP-3?..

Answer / elite group

S9(18) Comp-3

Is This Answer Correct ?    41 Yes 9 No

What is the maximum length of a field you can define using COMP-3?..

Answer / smita padhy

The maximum length of a computational item is 18 decimal
digits, except
for a PACKED-DECIMAL item. If the ARITH(COMPAT) compiler
option is in
effect, then the maximum length of a PACKED-DECIMAL item is
18 decimal
digits. If the ARITH(EXTEND) compiler option is in effect,
then the
maximum length of a PACKED-DECIMAL item is 31 decimal
digits.

Is This Answer Correct ?    11 Yes 3 No

What is the maximum length of a field you can define using COMP-3?..

Answer / nihar ranjan karan

If you use the compiler option ARITH(EXTEND) then you can
have a maximum of 31 digits.

Look up the compiler option ARITH in manual... you will get
some more info also...

Is This Answer Correct ?    9 Yes 3 No

What is the maximum length of a field you can define using COMP-3?..

Answer / vivek ar

The first answr is correct .It is indeeed 10

Is This Answer Correct ?    5 Yes 3 No

Post New Answer

More COBOL Interview Questions

Difference between array and sub-script ?

0 Answers   HCL,


what is redefines? where it can be effectively use for the purpose of memory utilization? give an example?

4 Answers   IBM,


In COBOL "BEFORE" advancing is there or not ?

3 Answers  


Difference between next and continue clause

4 Answers   Kanbay,


What is the difference between comp and comp-3 usage?

0 Answers  






which of the following can be used as a check protection symbol a.Z b.S c.* d.+

2 Answers   TCS,


How do get the result of your program directly on your pc?

0 Answers   UST,


is it possible to declare index in cobol program? if it is not why its tell me pls

3 Answers  


what is the difference between external and global variables?

1 Answers  


how do you reference the variable unblock file formats from cobol programs

0 Answers  


How to resolve the soc4 and soc7 errors?

5 Answers   IBM, RBS,


1.Can we define condition-name conditions in FD entry.

11 Answers  


Categories