Create the Annotate data set, FLAG. XSYS, YSYS, and HSYS specify coordinate system 3, absolute size of the graphics output area.


data flag;
   length function style color $ 8 text $ 30;
   retain xsys ysys hsys "3";