The $LPFIELD macro is used to specify different processing of fields within one record. These fields can be placed in different positions, or they can be printed in different fonts. A field can also be fixed text instead of data from the file.
$LPFIELD ACROSS=<999 | 0>,
DOWN=<999 | 300>,
FONT=<xxxxxxxx>,
LENGTH=<99 | 1>,
START=<99 | 1>,
TEXT=YES/NO
$LPFIELD Parameters
This section describes the &LPFIELD parameters.
This parameter specifies the offset from the current print line position on the logical page. The default value is 0.
This parameter specifies the offset from the current print line position on the logical page.
This parameter specifies the name of the font in which the field is printed. This parameter does not have a default value.
This parameter specifies the length of the field. If TEXT is specified, LENGTH must not be specified. The default value is 1.
This parameter specifies the position in the record where the field starts. Control characters and TRC characters are not included in the count. If TEXT is specified, START must not be specified. The default value is 1.
The fixed text is defined immediately after $LPFIELD, using ordinary assembly language DC instructions. Valid values are:
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|