BookmarkSubscribeRSS Feed
niemannk
Calcite | Level 5
Having played around with ODS graphs and html output lately I noticed a seemingly random SAS error occurring when a lot of *.sas7bitm files are stored in the work directory (using SAS 9.2 under Windows).

Looks like when the counter of the files reached 9999 (?) SAS will issues an error messages.
I don't have much use of these item store files and is there a way to get rid of them during a SAS session?
3 REPLIES 3
sbb
Lapis Lazuli | Level 10 sbb
Lapis Lazuli | Level 10
What is the exact symptom (SAS error message) you receive and after what SAS code (executed) do you receive the message?

If you search the SAS support website for the file-extension, it is referred to as ITEMSTOR files, used for various purposes. If you do get some SAS error, suggest focusing on the problem by contacting SAS technical support or reply back to the forum for feedback.

Scott Barry
SBBWorks, Inc.


Recommended Google advanced search argument this topic/post:

sas7bitm itemstor files 9.2 site:sas.com


Problem Note 37490: The WORK library can fill up with temporary itemstores when running ODS GRAPHICS procedures
http://support.sas.com/kb/37/490.html Message was edited by: sbb
niemannk
Calcite | Level 5
Problem Note 37490 ! yep this is it. Didn't found it myself sorry.

Not really resolved however...
data_null__
Jade | Level 19
Once you find the path to work with PATHNAME you can delete the files system DEL/ERASE using X, call system, systask etc.

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

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

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
  • 3 replies
  • 1900 views
  • 0 likes
  • 3 in conversation