BookmarkSubscribeRSS Feed
deleted_user
Not applicable
When I generated a graph in EG the generated code included:
[pre]
PROC GPLOT DATA=WORK.SORTTempTableSorted
NOCACHE ;
PLOT Kernel_Resident_Memory * timestamp kp * timestamp kpf * timestamp Total_Memory * timestamp /
OVERLAY
AREAS=4
FRAME VAXIS=AXIS1

HAXIS=AXIS2

LEGEND=LEGEND1
;
[/pre]

I have never seen the NOCACHE option before and I don't find it in the documentation either. I'm going to do some googling, but perhaps someone here knows what this is and can enlighten us.
2 REPLIES 2
Cynthia_sas
SAS Super FREQ
Hi:
It seems to be related to the client side graphics drivers:
from here:
http://support.sas.com/techsup/technote/ts601.html

"BY Statement
In order to use the BY statement with the GPLOT procedure, you must specify the NOCACHE option on the PROC GPLOT statement. This problem is referenced in usage note SN-001472. This problem has been corrected in Release 8.1 of SAS/GRAPH. "


I found this by going to support.sas.com and typing
EG NOCACHE
in the search box.

Searching on just NOCACHE got these hits (among others):
http://support.sas.com/kb/1/472.html
http://support.sas.com/kb/1/350.html
http://support.sas.com/kb/00/623.html

It's probable that NOCACHE is put there automatically by EG-- whether it's needed anymore or not.

cynthia
deleted_user
Not applicable
Ok.

Thanks.

I found some of that googling, but I wanted some inside recent experienced confirmation/explanation/elaboration.

Thanks again Cynthia.

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

Register now!

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