Date: Tue, 20 Feb 2001 12:38:57 +0100
Reply-To: Bjarte Aagnes <bjartea@ULRIK.UIO.NO>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Bjarte Aagnes <bjartea@ULRIK.UIO.NO>
Organization: University of Oslo, Norway
Subject: Macro quoting of filenames?
Content-Type: TEXT/PLAIN; charset=US-ASCII
Hi,
I want macro variables containing filenames. The filenames
should be macro variables concatinated by underscores like:
%let myfilename=%A_%B_%C.tex
with %myfilename=Avalue_Bvalue_Cvalue.tex
(preferably the filename should include current date and time as well)
Regards
Bjarte Aagnes
|