The error messages are as follows: proc sql; 497 create table m24 as select *, (std(a.roa) from have where a.fyear between ---- 79 498 a.fyear-6 and a.fyear-1 and a.gvkey) from m23 as a; - 22 76 ERROR 79-322: Expecting a ). ERROR 22-322: Syntax error, expecting one of the following: ;, !, !!, &, *, **, +, -, /, <, <=, <>, =, >, >=, ?, AND, BETWEEN, CONTAINS, EQ, EQT, EXCEPT, GE, GET, GROUP, GT, GTT, HAVING, IN, INTERSECT, IS, LE, LET, LIKE, LT, LTT, NE, NET, NOT, NOTIN, OR, ORDER, OUTER, UNION, ^, ^=, |, ||, ~, ~=. ERROR 76-322: Syntax error, statement will be ignored.
... View more