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 (April 1997, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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.


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