LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (September 2007, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Mon, 10 Sep 2007 06:23:10 -0000
Reply-To:   murugesh <iammurugesh@GMAIL.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   murugesh <iammurugesh@GMAIL.COM>
Organization:   http://groups.google.com
Subject:   How to Create SAVINGS Macros in Autocall library
Comments:   To: sas-l@uga.edu
Content-Type:   text/plain; charset="iso-8859-1"

Hi, i want step by step coding of Storing macros in Autocalllibrary. and how to call the macro in new program or exising program. for example this macro i want to store in autocalllibrary %macro sorting(datas=,var1=,var2=); proc sort data=&datas; by &var1 &var2; run; %mend sorting; Can u help me! Send easy & Difficult example also. Regards, Murugesh P


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