Hello Team, I've the following code in my program and it is giving me the below error when I run. Please help. Please note that I'm trying to create a new column by multiplying 0.0085 to the column 10th Feb 2021. ERROR 180-322: Statement is not valid or it is used out of proper order. data mynewdata; set WORK.IMPORT; 10Feb_CAD=10th Feb 2021*0.0085; run;
... View more