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.

Become an Explorer! Join SAS Analytics Explorers to learn and complete challenges that earn rewards!

Catch up on SAS Innovate 2026

Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.

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