Date: Fri, 11 Aug 2000 16:51:47 +0100
Reply-To: Richard.Simhon@CORNHILL.CO.UK
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Richard.Simhon@CORNHILL.CO.UK
Subject: DDE and the notab option
Content-Type: text/plain
Listers,
Is there a simple way in which to apply '09'x against "rich1-rich25" without
having to spell it out 25 time? (see code below)
filename data dde "excel|driver Count!r5c2:r16000c33" notab;
data _null_;
file data;
set tempo;
put prop_typ'09'x rich1-rich25('09'x);
run;
Thanks in advance.
Richard
**********************************************************************
Copyright in this message and any attachments remains with us. It is
confidential and may be legally privileged. If this message is not
intended for you it must not be read, copied or used by you or
disclosed to anyone else. Please advise the sender immediately if
you have received this message in error.
Although this message and any attachments are believed to be free of
any virus or other defect that might affect any computer system into
which it is received and opened it is the responsibility of the
recipient to ensure that it is virus free and no responsibility
is accepted by Cornhill Insurance PLC for any loss or damage in any
way arising from its use.
Cornhill Insurance Plc, Registered in England number 84638,
Registered Office 32 Cornhill, London EC3V 3LJ.
**********************************************************************