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
Ammonite | Level 13

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

 

sas-innovate-white.png

Special offer for SAS Communities members

Save $250 on SAS Innovate and get a free advance copy of the new SAS For Dummies book! Use the code "SASforDummies" to register. Don't miss out, May 6-9, in Orlando, Florida.

 

View the full agenda.

Register now!

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