Produce the pie charts. The WHERE= data set option selects the data for only two years. The LABEL statement suppresses the variable name, so only the YEAR value is displayed.
proc gchart data=reflib.enprod gout=reflib.excat;
     label year='00'x;