HP COBOL II/XL Quick Reference Guide (31500-90015)
6- 30
Figurative Constant Words
Table 6-3. Figurative Constant Words
-------------------------------------------------------------
| | |
| Word | Constant Value |
| | |
-------------------------------------------------------------
| | |
| ALL
literal
| The character string denoted by the |
| | variable
literal
. |
| | |
-------------------------------------------------------------
| | |
| HIGH-VALUE | One or more occurrences of the |
| HIGH-VALUES | character with the highest possible |
| | value in the program collating |
| | sequence. |
| | |
-------------------------------------------------------------
| | |
| LOW-VALUE | One or more occurrences of the |
| LOW-VALUES | character with the lowest possible |
| | value in the program collating |
| | sequence. |
| | |
-------------------------------------------------------------
| | |
| QUOTE | One or more quotation marks. This |
| QUOTES | constant is used to code the |
| | quotation mark as a literal in |
| | statements such as MOVE QUOTES. |
| | |
-------------------------------------------------------------
| | |
| SPACE | One or more spaces. |
| SPACES | |
| | |
-------------------------------------------------------------
| | |
| ZERO | One or more occurrences of the digit |
| ZEROS | zero. |
| ZEROES | |
| | |
-------------------------------------------------------------
| | |
| [ALL] | User-defined figurative constants |
| symbolic-character| which are defined using the SYMBOLIC |
| | CHARACTERS clause of the ENVIRONMENT |
| | DIVISION. |
| | |
-------------------------------------------------------------