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 (August 2006, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 28 Aug 2006 17:33:04 GMT
Reply-To:     kenneth_m_lin@SBCGLOBAL.NET
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         kenneth_m_lin@SBCGLOBAL.NET
Organization: SBC http://yahoo.sbc.com
Subject:      Re: Blinding the code of macro
Comments: To: sas-l@uga.edu

Hi Madam,

You can create compiled macros in SAS.

"Madan Gopal Kundu" <Madan.Kundu@RANBAXY.COM> wrote in message news:77943F39FD8BFB459C22A7A2E578626A02B4F9B8@NCORP-MSG-CLS.Ranbaxy.com... > Dear ALL, > > =0D > > I want to create a file in SAS such that people can use a macro but > cannot see the code written in that macro.=0D > > =0D > > For example,=0D > > =0D > > %macro sum(a=3D,b=3D); > > %let C=3D%sysevalf(&a. + &b.); > > %put Sum of &a. and &b. is &c.; > > %mend; > > =0D > > Now my wish is that people can use the macro %sum but they cannot see > the coding within the macro %sum. I know this type of file can be > created in C or Visual Basic. Does it possible in SAS so that people can > use a macro without seeing its code? > > =0D > > Hoping for your reply. > > =0D > > Thanks & Regards, > > Madan Gopal Kundu > > =0D > > > > (i) The information contained in this e-mail message is intended only for= > the confidential use of the recipient(s) named above. This message is= > privileged and confidential. If the reader of this message is not the= > intended recipient or an agent responsible for delivering it to the= > intended recipient, you are hereby notified that you have received this= > document in error and that any review, dissemination, distribution, or= > copying of this message is strictly prohibited. If you have received this= > communication in error, please notify us immediately by e-mail, and > delete= > the original message.=0D > =0D > > (ii) The sender confirms that Ranbaxy shall not be responsible if this= > email message is used for any indecent, unsolicited or illegal purposes,= > which are in violation of any existing laws and the same shall solely be= > the responsibility of the sender and that Ranbaxy shall at all times be= > indemnified of any civil and/ or criminal liabilities or consequences= > there.


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