KPI
(footnote1)
|
||
Yes
(footnote2)
|
PROC SQL; CREATE TABLE WORK.RESULTS AS SELECT * from mydata.sales WHERE %_eg_WhereParam(year, yearPrompt, IN, TYPE=N); QUIT;