Date: Thu, 29 Sep 2005 14:26:02 -0000
Reply-To: sa polo <solouga4@rediffmail.com>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: sa polo <solouga4@REDIFFMAIL.COM>
Subject: Re: Eliminating this ->WARNING: Apparent symbolic reference ....
not resolved
Content-Type: text/plain; charset=iso-8859-1
Thanks Andre,
This is exactly what
i was looking for.
Sa Polo
On Thu, 29 Sep 2005 Andre Wielki wrote :
>FILENAME myFile "c:\lee_%superq(test1).txt";
>is what you are searching
>see macro documentation upon this
>Andre
>
>sa polo a écrit :
>>Hi All,
>>
>>I have written a program which works well, unfortunately
>>i get an warning message in the log.
>>
>>"WARNING: Apparent symbolic reference HAT not resolved.
>>Is there any way that i can get rid of this message with a
>>change to my program.
>>
>>proc format lib=work;
>>VALUE test
>>1='red&hat'
>>2='op&uj'
>>;
>>quit;
>>data _null_;
>>x=PUT(1,test.);
>>put x=;
>>CALL SYMPUT('test1',x);
>>run;
>>
>>FILENAME myFile "c:lee_&test1..txt";
>>data _null_;
>>FILE myfile;
>>PUT "Success !!";
>>RUN;
>>
>>Appreciate any help as always.
>>
>>Sa Polo
>>
>>
>
>
>--
>Andre Wielki
>INED (Institut National d'Etudes Démographiques)
>133 Boulevard Davout 75980 Paris Cedex 20
>33 (0) 1 56 06 21 54 FRANCE
|