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
Diamond | Level 26
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.

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 5158 views
  • 0 likes
  • 2 in conversation