Display the annotate graphics. The ANNOTATE=
identifies the data set that contains the graphics commands. DATASYS tells
the procedure to use the maximum and minimum data values to construct the
output environment. In addition, the values of X and Y are scaled to fit the
environment and all of the bars display on the graph.
proc ganno annotate=wrldanno
datasys;
run;
quit;