1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;42 ;43 proc print data=Orion3.Order_Fact;44 where Year(Order_Date)=&Year;_2276WARNING: Apparent symbolic reference YEAR not resolved.ERROR: Syntax error while parsing WHERE clause.ERROR 22-322: Syntax error, expecting one of the following: a name, a quoted string, a numeric constant, a datetime constant,a missing value, INPUT, PUT.ERROR 76-322: Syntax error, statement will be ignored.45 Title "Orders for &Year";WARNING: Apparent symbolic reference YEAR not resolved.46 run;NOTE: The SAS System stopped processing this step because of errors.NOTE: PROCEDURE PRINT used (Total process time):real time 0.03 secondscpu time 0.03 seconds47 ;48 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;58 ;