Generate the drill-down graph. IMAGEMAP= specifies ANNOMAP as the name for the Imagemap data set.
/* generate annotate graphics */ 
proc ganno annotate=squares
    imagemap=annomap
    description='Four squares'; 
run;