Optional. Use CONSTANT to define constants to print on the reports. You can define the data that is the constant, but not where on the report line that constant is to be printed. You can use MOVE and FORMAT parameters to specify where to print the constants on the report line. There are up to eight CONSTANT parameters available, each specifying a single constant.
Position |
Field Name |
Description |
1-8 |
Keyword |
Required. CONSTANT is the only acceptable entry. |
9-10 |
Constant Id Number |
Required. The number that identifies this constant: 01 - 08. The constant will later be referenced by C01-C08. No default. |
12-21 |
Constant Data |
Required. The data string that is to be associated with this CONSTANT ID NUMBER. You can use leading and trailing blanks. However, depending on the length you specify for printing the constant on the MOVE or FORMAT parameters, trailing blanks can be truncated. No default. |