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,
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').
Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!
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.