Display the annotate graphics. GOUT= assigns the catalog in which the graphics output is stored. NAME= assigns a name to the entry stored in the REFLIB.EXCAT catalog. DESCRIPTION= assigns a description to the catalog entry.
proc ganno annotate=reflib.squares
   gout=reflib.excat
   name='gr12n02'
   description='Four squares';
run;
quit;