Create the Annotate data set, SQUARES.
XSYS and YSYS specify coordinate system 3 (percent of the graphics output area) for X and Y.
data reflib.squares; length function style color $ 8 text $ 15; xsys='3'; ysys='3';