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=reflib.squares
name=color
gout=reflib.excat
description='Individual squares';
run;