Drawing graphics with record format page definitions

You have a page definition that you are using to format record format line data. The page definition contains these DRAWGRAPHIC commands to draw colored lines and boxes:

DRAWGRAPHIC BOX BOXSIZE 2.6 IN .25 IN ROUNDED LARGE
   LINETYPE SOLID COLOR Green
   FILL ALL SOLID COLOR Blue
DRAWGRAPHIC LINE ACROSS 7.5 IN 
   LINEWT BOLD
   LINETYPE SOLID COLOR Red

To draw the graphics, enter these options on the EXTENSIONS parameter for your operating system:

acif inputdd=INFILE outputdd=OUTFILE fileformat=record \
extensions=prcolor,box,fracline pagedef=PAGERFLD formdef=FORMRFLD
Note: The backslash (\) tells AIX to continue reading the command from the next line. In Windows, the backslash is not valid; therefore, the command parameters must be on one continuous line.