PERCON can process constant values as comparison criteria or for insertion into output records. These values are known as literals.
Format of a literal for:
SET-GROUP-ATTRIBUTES | SELECT-INPUT- | Meaning |
[C] 'c-string' | String of up to 256 uppercase or lowercase letters, | |
X 'x-string' | String of up to 512 hexadecimal digits ('0',...,'F'). If | |
P 'digit' | Decimal number of up to 16 digits (with optional sign). | |
Z 'digit' | Decimal number of up to 32 digits (with optional sign). | |
integer | Decimal number in the range: -231 to 231 - 1 | |
long-integer | Decimal number in the range -263 to 263 - 1 |