BookmarkSubscribeRSS Feed
mrtball
Obsidian | Level 7

Hello,

 

Just wondering if anybody knows if it possible to view Temp user Data that is in memory? Thinking temp items like data explorations etc.

 

I've been looking at http://support.sas.com/documentation/cdl/en/inmsref/67213/HTML/default/viewer.htm#p1m52mxa0rr8sdn1hq... and this details Promoting Temporary Tables to Regular Tables but I've not yet found how to see Temp Data in memory.

 

Thanks,

 

1 REPLY 1
JuanS_OCS
Amethyst | Level 16

Hello @mrtball,

 

as far as I get it on your link and in the previous link ( http://support.sas.com/documentation/cdl/en/inmsref/67213/HTML/default/viewer.htm#p0962iqmte2v4an18g... ), temporary tables are on the temporary location, which is SASWORK (WORK library), meaning, on the disk/storage. This link from above gives also hints on how to get the information you are looking for.

 

The link you mentioned, basically changes the behaviour, by tagging the temporary tables. If they are tagged, they will be loaded (promoted) in memory/LASR. And that is the difference. Once loaded, you can see them into LASR as regular tables.

 

NOTE: The temporary table _T_BE5C2602_45A0DCB8 was successfully promoted to the 
      LASR Analytic Server table WORK.SUM_BY_COUNTRY. You can access this table with 
      the TABLE statement as table EXAMPLE.sum_by_country(tag='sales').

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

Tips for filtering data sources in SAS Visual Analytics

See how to use one filter for multiple data sources by mapping your data from SAS’ Alexandria McCall.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 981 views
  • 1 like
  • 2 in conversation