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 (May 2005, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 23 May 2005 18:53:07 -0700
Reply-To:     Jack Hamilton <jfh@STANFORDALUMNI.ORG>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Jack Hamilton <jfh@STANFORDALUMNI.ORG>
Subject:      Re: Reusing code from SAS Program in another SAS Program
Comments: To: iw1junk@COMCAST.NET
In-Reply-To:  <052120052354.5612.428FCA3B000F3225000015EC220642461305029A06CE9907@comcast.net>
Content-Type: text/plain; charset="us-ascii"

Ian Whitlock wrote:

> %INC is neither a macro nor a macro instruction. It is one of a > few old SAS commands that begin with a %-sign and predate the > current macro language.

%RUN and %LIST are two others; is that a complete list?

The MACRO statement is also not disabled by OPTIONS NOMACRO, but it doesn't start with a percent sign.

-- Jack Hamilton Oakland, California


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