Format
Function
Dynamically sets the field highlight attribute.
Parameters
EDIT-OPTION:
Specify the highlight attribute to be set. The values and their meanings are as follows:
(blank): The previously set attribute is not changed.
I: Print in Italic.
O: Print in Bold.
C: Print Bold-Italic.
U: Print with underline (whole field).
E: Print in Bold with underline (whole field).
F: Print in Italic with underline (whole field).
G: Print in Bold-Italic with underline (whole field).
H: Print with underline (on characters).
J: Print in Bold with underline (on characters).
K: Print in Italic with underline (on characters).
L: Print in Bold-Italic with underline (on characters).
Example
The field name R001 and R002 in the field group name S001 is printed with underline.
MOVE "SAMP" TO PRT-FORMAT. MOVE "H" TO EDIT-OPTION OF R001. MOVE "ABC D" TO R001. MOVE "U" TO EDIT-OPTION OF R002. MOVE "EFG H" TO R002. MOVE "S001" TO PRT-GROUP. WRITE SAMP.
Produces: