GROUPDIGITS keyword
The GROUPDIGITS keyword specifies whether to enable or disable digit grouping for the numeric values printed in Database Statistics reports and Partition Statistics reports of HD Pointer Checker, which are generated by HASH Check.
This option is effective when HDPC=Y or HDPC=O is specified.
- Functions that support this keyword
- Image Copy function
- Statements that support this keyword
- GLOBAL statement
- Site default option
- Supported
- Related keyword
- HDPC keyword
- Format
-
- Y or YES
- Enables digit grouping and uses comma (,) as the digit grouping symbol. For example, a value of 1,000,000 is printed as 1,000,000. GROUPDIGITS=YES is the default value.
- (NO,DBSTAT)
- Disables digit grouping. For example, a value of 1,000,000 is printed as 1000000. This option allows to print numeric values that are greater than the maximum value a report field can display when digit grouping is enabled.
- Default value
- GROUPDIGITS=YES