Date: Thu, 21 Feb 2008 17:32:37 +0100
Reply-To: Rune Runnestø <rune@FASTLANE.NO>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Rune Runnestø <rune@FASTLANE.NO>
Subject: deleting empty files in a catalog
Hi,
I am planning to make a macro that has a catalog name as parameter and
delete all empty files in that catalog.
%macro delete_empty_files(catalog);
???
%mend;
Has anyone made something like that before and can share it with me ? I am
using Windows XP if it matters.
Regards, Rune
|