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 (November 2004, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 12 Nov 2004 17:40:08 -0500
Reply-To:     "Richard A. DeVenezia" <radevenz@IX.NETCOM.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "Richard A. DeVenezia" <radevenz@IX.NETCOM.COM>
Subject:      Re: Friday quiz

Dunn, Toby wrote: > I was wondering just how many ways a person could create a macro > variable, either local or global matters not. > > I have come up with seven different ways but seem to be stuck there, > surely there are more than the following: > > 1.) %global > 2.) %local > 3.) %let statements > 4.) %macro parameters > 5.) SQL (with the select into) > 6.) call symput > 7.) index variable from a %do - loop > > Toby Dunn

Don't forget

call symputN - SAS/AF. plausible, yet unknown to me - SAS/C, user written procs/engines ?

-- Richard


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