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

I'm using SAS Studio in AWS. When I try to run a PROC SHEWHART i get this error:

 
1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
55
56 proc shewhart data=eydd.iriswk;
ERROR: Procedure SHEWHART not found.
57 id OBS;
58 boxchart sepalo_Lon * Especie / boxstyle=schematicid idsymbol=dot
59 cboxfill=yellow cboxes=green nolimits outbox=ATIP_BOX_SL;
60 run;
 
Is that it is not available in SAS Studio? It helps me to write the sentence...
 
Where can I find the differences between SAS Studio and the full license?
Thank you.
1 ACCEPTED SOLUTION

Accepted Solutions
1 REPLY 1
Reeza
Super User

http://support.sas.com/software/products/university-edition/faq/limitations.htm

 

Apparently not. 

 

You might be able to use GTL though to obtain the chart. 

Catch up on SAS Innovate 2026

Dive into keynotes, announcements and breakthroughs on demand.

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
  • 1 reply
  • 2698 views
  • 1 like
  • 2 in conversation