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 1999, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Tue, 23 Nov 1999 02:28:42 GMT
Reply-To:   JZL111 <jzl111@AOL.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   JZL111 <jzl111@AOL.COM>
Organization:   AOL http://www.aol.com
Subject:   Re: Define a list of global varibles in a simple way

Now try this:

%MACRO GLB; %DO I=1 %TO 300; %LET A=A; %GLOBAL &A&I; %END; %LET A200=ANY; %MEND;

%GLB

%PUT TEST OF GLOBAL MACRO VARIABLE OF A200=&A200;

HOPE THIS TIME IT WORKS......LOL.

JACK (Automated Clinical Data Output)


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