BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
chinaski
Obsidian | Level 7

Hi,

Which task can be used for getting subtotals in SAS Sudio? 

1 ACCEPTED SOLUTION

Accepted Solutions
PaigeMiller
Diamond | Level 26

PROC SUMMARY would be used if you are writing code.

 

"Summary statistics" would be used if you want to pick a task in SAS/Studio

 

These two are basically the same.

--
Paige Miller

View solution in original post

3 REPLIES 3
PaigeMiller
Diamond | Level 26

PROC SUMMARY would be used if you are writing code.

 

"Summary statistics" would be used if you want to pick a task in SAS/Studio

 

These two are basically the same.

--
Paige Miller
chinaski
Obsidian | Level 7

it gives the frequency number not the totals, for ex. in orion_profit data i want to find the total items ordered by "Ulrich Heyde", bur it gives how many times this person ordered (25), not the total items, i want to calculate total items.In 25 orders how many items did he order?

chinaski
Obsidian | Level 7

now i see, there is an extra additional statistics menu under the options tab, i chose sum and the problem solved.Thank you.

Catch up on SAS Innovate 2026

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

Explore Now →
Develop Code with SAS Studio

Get started using SAS Studio to write, run and debug your SAS programs.

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
  • 3 replies
  • 1660 views
  • 1 like
  • 2 in conversation