LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (October 1999, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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
Comments: To: Wesley_Shaw@VAPOWER.COM
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.


Back to: Top of message | Previous page | Main SAS-L page