BookmarkSubscribeRSS Feed
Juniorr
Calcite | Level 5

Juniorr_0-1674408326633.png

 

proc means data=work.import n mean median min max
var sales;
by department store week;
run;

2 REPLIES 2
AlanC
Barite | Level 11

Looks like a missing semi-colon at the end of the proc means statement (before the var)

https://github.com/savian-net
ChrisHemedinger
Community Manager

The "322" message is almost always a missing semicolon -- check for that first. Then look for typos in option names, statement names, etc.

SAS For Dummies 3rd Edition! Check out the new edition, covering SAS 9.4, SAS Viya, and all of the modern ways to use SAS!

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

Creating Custom Steps in SAS Studio

Check out this tutorial series to learn how to build your own steps in SAS Studio.

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
  • 676 views
  • 2 likes
  • 3 in conversation