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

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

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

Become an Explorer! Join SAS Analytics Explorers to learn and complete challenges that earn rewards!
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/

Catch up on SAS Innovate 2026

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

Explore Now →
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
  • 4270 views
  • 0 likes
  • 4 in conversation