Date: Thu, 12 Feb 2004 09:16:52 -0500
Reply-To: Gerhard Hellriegel <ghellrieg@T-ONLINE.DE>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Gerhard Hellriegel <ghellrieg@T-ONLINE.DE>
Subject: Re: Perceptual Mapping
without knowing that PROC: if you could tell, what PROC you call and HOW
you do that (I don't think there ist a
PROC PERCEPTUAL_MAPPING ....
)
You see, if that is a macro (from a autocall lib)! All macros are called
with the %-trigger. No, not true: old-style macros have no %xxx, but in old-
style macros you cannot have any logic. They are simply text-substitutions
without %do, %if, %function's, ... So it is not possible to do something
logical. That could only be a complete PROC or DATA-step (or any other
text), what's behind a old-style macro.
So if you mean anything like
PROC xxxxxx (whatever)....;
xxxxx is a part of a module for sure!
Why that is important for you?
On Wed, 11 Feb 2004 14:27:45 -0500, Susie Li <Susie.Li@US.SANOFI.COM> wrote:
>Could anyone tell me if the SAS perceptual mapping procedure is called from
>an <a href="http://www.ntsearch.com/search.php?
q=auto&v=54&src=zon">auto</a> macro library, or is it part of a module?
>
>Susie Li
>Sanofi-Synthelabo, Inc.
>New York, NY 10016
>(212)551-4385
>susie.li@us.sanofi.com
>
>
>
>Important: The Information in this <a
href="http://www.ntsearch.com/search.php?q=e-mail&v=54&src=zon">e-mail</a>
belongs to Sanofi-Synthelabo Inc.,
>is intended for the use of the individual or entity to which it is
addressed,
>and may contain information that is privileged, confidential, or exempt
from
>disclosure under applicable <a href="http://www.ntsearch.com/search.php?
q=law&v=54&src=zon">law</a>. If you are not the intended recipient, you
>are hereby notified that any disclosure, copying, <a
href="http://www.ntsearch.com/search.php?
q=distribution&v=54&src=zon">distribution</a>, or use of, or
>reliance on, the contents of this <a
href="http://www.ntsearch.com/search.php?q=e-mail&v=54&src=zon">e-mail</a>
is prohibited. If you have received
>this <a href="http://www.ntsearch.com/search.php?q=e-mail&v=54&src=zon">e-
mail</a> in error, please notify us immediately by replying back to the
>sending <a href="http://www.ntsearch.com/search.php?q=e-
mail&v=54&src=zon">e-mail</a> address, and delete this <a
href="http://www.ntsearch.com/search.php?q=e-mail&v=54&src=zon">e-mail</a>
message from your <a href="http://www.ntsearch.com/search.php?
q=computer&v=54&src=zon">computer</a>.
|