Concatenating a Field with a Filler
Use the following command structure to concatenate a field with a filler:
.LAYOUT LAY1A; .FIELD F1 * CHAR(2); .FILLER F2 * CHAR(1); .FIELD F3 F1||F2
Concatenating a Field with a Filler
Use the following command structure to concatenate a field with a filler:
.LAYOUT LAY1A; .FIELD F1 * CHAR(2); .FILLER F2 * CHAR(1); .FIELD F3 F1||F2