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 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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
  • 1305 views
  • 0 likes
  • 3 in conversation