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 (March 2006, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Mon, 6 Mar 2006 05:10:41 -0800
Reply-To:   Peter <crawfordsoftware@GMAIL.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Peter <crawfordsoftware@GMAIL.COM>
Organization:   http://groups.google.com
Subject:   Re: SAS macro stored in the catalog
Comments:   To: sas-l@uga.edu
In-Reply-To:   <1141609659.933951.113910@i40g2000cwc.googlegroups.com>
Content-Type:   text/plain; charset="iso-8859-1"

you may have to accept this macro, without seeing its code.

I presume you have misstyped the file type, and it should be sas7bcat. If not, rename the catalog so that that is its filetype. Store the catalog in a folder for which you have assigned a libref, or just copy and paste it into the TEMP folder (in the win explorer address bar type %temp%) Then open the catalog temp.sasmacr (command ==> cat temp.sasmacr ) If it contains a source entry, you may have found the source of your macro. I expect it contains only the pre-compiled macro labtest.macro. If this is the situation, copy labtest.macro to work.sasmacr.

and/or provide some more feedback

Good Luck

Peter Crawford


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