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

It's time to register for SAS Innovate! Join your SAS user peers in Las Vegas on April 16-19 2024.
ChrisHemedinger
Community Manager

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

It's time to register for SAS Innovate! Join your SAS user peers in Las Vegas on April 16-19 2024.
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/

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register 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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 6 replies
  • 1104 views
  • 0 likes
  • 4 in conversation