| Date: | Wed, 6 Jan 2010 15:56:02 -0500 |
| Reply-To: | "Fehd, Ronald J. (CDC/CCHIS/NCPHI)" <rjf2@CDC.GOV> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | "Fehd, Ronald J. (CDC/CCHIS/NCPHI)" <rjf2@CDC.GOV> |
| Subject: | Re: Issue with %let |
| In-Reply-To: | <3dbbc0eb-5a48-4fb8-ae2e-4dd71c37bcbb@35g2000yqa.googlegroups.com> |
| Content-Type: | text/plain; charset=us-ascii |
> From: ankur
> Subject: Issue with %let
>
> How do I make a macro variable take value "%let modelvars= " ???
> Following doesn't work
> %let myvar = %let modelvars= ;
uh, why do you want to assign an assignment statement to a macro
variable?
your next problem:
"How can I get this to work?"
&MyVar. value;
%Put note2: MyVar: &%scan(&MyVar.,2, =);
Ron Fehd the macro maven CDC Atlanta GA USA RJF2 at cdc dot gov
|