BookmarkSubscribeRSS Feed
autoleech
Calcite | Level 5

I am using SAS EG 5.1. I am trying to use the GUI tools to create charts and they will not display. I have attempted this with bar charts, summary statistics and one way frequency table. I have made sure to include ods graphics on; in my code. Other than that I am at a loss. 

 

Are there any common mistakes/issues that could prevent me from displaying grapics?

 

Thanks!

4 REPLIES 4
Reeza
Super User

Not having the correct Java installation.

Check your log for any errors when you try tools. 

 

Also, try a code snippet, it may be possible that you don't have a SAS/GRAPH license, but you should be able to use sgplot.

 

proc sgplot data=sashelp.class;

scatter x=height y=weight;

run;quit;

autoleech
Calcite | Level 5

I do not have any warnings or errors in the log.

 

The code snippet does not produce any output. The log for this proc does not have any errors or warnings.

 

Can you tell me anything else about the Java installation part that I should look into?

Reeza
Super User

Can you post your log? You have the show results as generated option in EG turned on?

autoleech
Calcite | Level 5

I do have "show generated results" turned on.

 

 

I am not sure what I changed, but after opening up a new instance of SAS, running the code snippet you sent, and then closing and reopening my program it began to work.

 

Thanks for taking time to work on this problem.

 

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!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

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
  • 1101 views
  • 0 likes
  • 2 in conversation