| Date: | Tue, 8 Apr 1997 20:07:10 GMT |
| Reply-To: | Zhuo Zang <zangzh@MERCK.COM> |
| Sender: | "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU> |
| From: | Zhuo Zang <zangzh@MERCK.COM> |
| Organization: | Merck & Co., Inc. |
| Subject: | Macro Variable and PROC IML Variable |
| Content-Type: | text/plain; charset=us-ascii |
Hi,
I like to know if it is possible
to _directly_ pass the value of a
PROC IML's variable to a macro variable.
e.g.:
%MACRO TEST;
PROC IML;
..
X=2;
..
QUIT;
%LET Y=(?? X's value);
%MEND TEST;
Thanks in advance!
-Zhuo
The contents of this message express only the sender's opinion.
This message does not necessarily reflect the policy or views of
my employer, Merck & Co., Inc. All responsibility for the statements
made in this Usenet posting resides solely and completely with the
sender.
|