BookmarkSubscribeRSS Feed
jojo
Obsidian | Level 7

Why can't see the graph after running the code below, there was no errors in the log file.

ods graphics on

proc phreg data = sample plots(overlay)=survival;

......

ods graphics off

4 REPLIES 4
data_null__
Jade | Level 19

Lack of semicolons perhaps?

jojo
Obsidian | Level 7

there were the semicolons. All ods graphics are not working, I use sas 9.2.

ods graphics on;

proc freq;

   tables v1 * v2;

run;

ods graphics off;

Cynthia_sas
SAS Super FREQ

Hi:

In SAS 9.2, ODS GRAPHICS was part of SAS/GRAPH and you needed to have a SAS/GRAPH license to use ODS GRAPHICS. You might need to make sure that ODS LISTING is on, IF you have SAS/GRAPH. Otherwise, if you do have SAS/GRAPH and the LISTING destination was on when you ran this, then your only recourse is probably to work with Tech Support. They might be the only folks who have SAS 9.2 to test with.

cynthia

jojo
Obsidian | Level 7

I can use proc gplot, so does the mean I have SAS/graph? I have tried to have the ods listing on, still can't see the graph, there was no warning or errors showed in the log file

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