Generate the annotate graphics, separating graphs by color. NAME= identifies the variable whose values PROC GANNO uses to generate the output. GANNO produces separate output for each value of COLOR. The COLOR value is the name of the catalog entry.


proc ganno annotate=squares
           name=color
           gout=excat
           description="Individual squares";
run;