BookmarkSubscribeRSS Feed
GreggB
Pyrite | Level 9
The log is showing an error in the from statement as if enrhist library does not exist. It does exist and table aenr0809 is there. ??

proc sql;
create table aenr as
select distinct schoolattn, datepart(effdate) as effdate, entercode, leavecode, transyear, grade,
from enrhist.aenr0809 where entercode ne '' or leavecode ne '' and effdate ne . and schnum=schoolattn
order by permnum, effdate desc, leavecode desc, entercode, schoolattn;
quit;
run;
2 REPLIES 2
SAS83
Fluorite | Level 6
Delete " , " (comma) after grade in the select statement. That should work..
GreggB
Pyrite | Level 9
thanks. lots of hair pulling over a comma.

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 1166 views
  • 0 likes
  • 2 in conversation