The documentation for PROC REG says
VAR
lists variables for which crossproducts are to be computed, variables that can be interactively added to the model, or variables to be used in scatter plots.
So you probably need a VAR statement here (as the ERROR message suggests BTW.)
As an aside: why can't these error messages say which variable? Should be pretty much known ...
... View more