BookmarkSubscribeRSS Feed
StaceyB
Obsidian | Level 7

I'm an experienced SAS user but haven't had any experience creating graphs in SAS.

My first questions is: Can I create any basic graphs at all with just Base SAS or do I have to have SAS Graph to do any graphing what-so-ever?

If I can create a basic graph in Base SAS where do I start?  I'm looking for the simplest proc statement to just get started with.

6 REPLIES 6
StaceyB
Obsidian | Level 7

I got started.  Tell me this - if I can run a proc sgplot does that mean I have SAS Graph.  I'm thinking it does and that I must already have SAS Graph and didn't know it.

ChrisHemedinger
Community Manager

SGPLOT is part of Base SAS (since SAS 9.3).  Some traditional SAS graphical procedures -- GPLOT, GCHART, GMAP -- these are part of SAS/GRAPH.  To see if you have SAS/GRAPH, run:

proc product_status; run;


Example partial output:


For Base SAS Software ...

  Custom version information: 9.4_M2

  Image version information: 9.04.01M2P072314

For SAS/STAT ...

  Custom version information: 13.2

For SAS/GRAPH ...

  Custom version information: 9.4_M2

For SAS/ETS ...

  Custom version information: 13.2

For SAS/OR ...

  Custom version information: 13.2

For SAS/IML ...

  Custom version information: 13.2

Chris

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!
ChrisHemedinger
Community Manager

Oh, and if you want help with specific graphs in your new endeavor, be sure to check out the community.

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!
StaceyB
Obsidian | Level 7

Thank you!!

OS2Rules
Obsidian | Level 7

Hi:

I found this site to be an excellent source of graphics help - http://blogs.sas.com/content/graphicallyspeaking/

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
  • 6 replies
  • 2724 views
  • 0 likes
  • 4 in conversation