Date: Wed, 20 Oct 1999 19:14:06 -0500
Reply-To: shiling@math.wayne.edu
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Shiling Zhang <shiling@MATH.WAYNE.EDU>
Organization: Wayne State University
Subject: Re: Including into prog editor source code from a catalog source
entry
Content-Type: text/plain; charset=us-ascii
Wesley,
You could include these statements into the autoexec.sas file. Where
libname points to the location of the source entry and the dm statement
copys and executes the program.
Hope it helps.
libname temp 'd:\temp';
dm 'copy temp.pgm.test1.source;submit';
Wesley_Shaw@VAPOWER.COM wrote:
> How do you include into the program editor sas code
> which is stored in a catalog as a source entry.
> I want to execute it as I invoke sas from the autoexec.sas
> with the DM command.
|