What is the maximum length of a field you can define using
COMP-3?
Answer Posted / 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 |
Post New Answer View All Answers
How do we get current date from system with century in COBOL?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
Can a Search can be done on a table with or without Index?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
Write some characteristics of cobol as means of business language.
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What is Pic 9v99 Indicates in COBOL?
how to access the file from prodution from changeman tool and to submit a file to production
how do you reference the variable block file formats from cobol programs
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
how do you reference the variable unblock file formats from cobol programs
How do define dynamic array in cobol.
What kind of error is trapped by on size error option?
What is the difference between PIC 9.99 and 9v99 in COBOL?