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 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 11 Oct 1999 08:10:21 -0400
Reply-To:     Paige Miller <paigem@KODAK.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Paige Miller <paigem@KODAK.COM>
Organization: Eastman Kodak Company
Subject:      Re: "Secure" macro ?
Content-Type: text/plain; charset=us-ascii

john_iwaniszek@worldnet.att.net wrote: > > a macro can be 'decompiled' by running it with mprint turned on and also using > mfile to route mprint output to a file.

If the first line of the compiled macro is

OPTIONS NOMPRINT NOSOURCE;

then doesn't this make the remainder of the macro secure?

-- Paige Miller Eastman Kodak Company paigem@kodak.com "It's nothing until I call it!" -- Bill Klem, NL Umpire


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