by BillyBoyo » Tue Sep 11, 2012 8:38 am
The maximum number of digits in a numeric field depends on compiler option ARITH.
In a numeric-edited field, only the digits (the numbers) count towards the maximum.
PIC S9(4)V99 has no comma and no decimal-point.
Now, you need to do a little reading in the Cobol manuals.
You need to understand the difference between numeric and numeric-edited.
You need to be able to find answers to questions like your subject in the manuals.
If there is something you are unclear about, post what you have understood, and your question relating to that. Someone will be here.