proc sql ;
select * from inp.inp_claims_lds2013_2016
group by prvdr_num
quit;
LOG BELOW
99
100 proc sql ;
101 select * from inp.inp_claims_lds2013_2016
102 group by prvdr_num
103 quit;
____
22
76
ERROR 22-322: Syntax error, expecting one of the following: !, !!, &, *, **, +, ',', -, '.', /, <, <=, <>, =, >, >=, ?,
AND, CONTAINS, EQ, EQT, GE, GET, GT, GTT, HAVING, LE, LET, LIKE, LT, LTT, NE, NET, OR, ORDER, ^=, |, ||,
~=.
ERROR 76-322: Syntax error, statement will be ignored.
proc sql ;
select * from inp.inp_claims_lds2013_2016
group by prvdr_num;
quit;
YOU NEED TO HAVE semicolon before you write a quite statement
proc sql ;
select * from inp.inp_claims_lds2013_2016
group by prvdr_num;
quit;
YOU NEED TO HAVE semicolon before you write a quite statement
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and save with the early bird rate—just $795!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.