BookmarkSubscribeRSS Feed
EM_G
Fluorite | Level 6

I am using SAS 9 running on a Linux server from a University provider. 

When producing statistics such as Proc Univariate with graphics, the graphics appear (and save)  on the Linux server, but not on the SAS program. Am I able to get the graphics to be generated on the SAS- Output and only save the ones I want to retain for later reference on the Linux server? 

 

proc univariate data= mylib.weatherall;

var Maxtemp;

histogram Maxtemp/normal;

probplot Maxtemp;

title;

run;

I have tried;

ods graphics on;

run; 

Cheers

1 REPLY 1
WarrenKuhfeld
Rhodochrosite | Level 12

I don't know what "on the SAS program" means, but have you tried opening a destination, like HTML, and then looking at that destination for results?

 

https://documentation.sas.com/?docsetId=statug&docsetTarget=statug_odsgraph_sect014.htm&docsetVersio...

 

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
Mastering the WHERE Clause in PROC SQL

SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 358 views
  • 0 likes
  • 2 in conversation