Good morning!
I've been looking through the documentation, and can't figure out how to do deletes in the Document store without naming each item.
I'm processing several programs in batch, and trying to clean up in-between.
Thanks for your help!
WendyT.
Hi Wendy
You are right you have to name all entries you want to delete. But you do not have to do it manually, with the help of some code this is done automatically, see below for an example
Folks-
I did figure out that I could get rid of the items using MEMTYPE in proc datasets, but am still interested in doing this from proc documents.
Thanks!
WendyT
PROC DATASETS LIB=WORK KILL MEMTYPE=(ITEMSTOR) ;
RUN ;
QUIT ;
Hi Wendy
You are right you have to name all entries you want to delete. But you do not have to do it manually, with the help of some code this is done automatically, see below for an example
Bruno-
Thanks so much for the answer!
Wendy
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
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.
Ready to level-up your skills? Choose your own adventure.