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