CODES READYMADE
CODES READYMADE provides snippets for SAS Retail/ Clinical programming
Wednesday, March 14, 2012
Keep required datasets in WORK Library & Kill the rest
The PROC DATASETS procedure provides the SAVE statement which will delete all members in a library except for the ones noted on the SAVE statement:
proc datasets library = work;
save DUMMY;
quit;
run;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment