Date: Mon, 29 Nov 2004 21:26:02 +0530
Reply-To: Bhavani Shankar <bhavani.shankar@INDIA.BIRLASOFT.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Bhavani Shankar <bhavani.shankar@INDIA.BIRLASOFT.COM>
Subject: ERROR
Content-Type: text/plain; charset=iso-8859-1
I have a data statement as follows
data outdata.&busname._sched&year&month
outdata.&busname._schedbad&year&month
outdata.&busname._exclusions&year&month;
format dateadded lease_begin_date mmddyy10. mthstomaturity 5.;
set &data;
on every iteration &Data is substituted by A , B , C ,D.
And i need to consider the variable lease_begin_date only when &Data
resolves to C (Set C)
and for the remaining datasets ( from SET A ,SET B and SET D) I don't need
the variable lease_begin_date
How to drop this variable.
If i don't drop i am getting an error for SET A ,SET B and SET D..
ERROR: Variable lease_begin_date has been defined as both character and
numeric.
Thanks in advance.
Bhavani
Disclaimer: 'This email and any files transmitted with it are confidential
and intended solely for the use of the individual or entity to whom they are
addressed. If you have received this email in error please notify the system
manager. Please note that any views or opinions presented in this email are
solely those of the author and do not necessarily represent those of the
company. Finally, the recipient should check this email and any attachments
for the presence of viruses. The company accepts no liability for any damage
caused by any virus transmitted by this email.'
|