Date: Wed, 4 Oct 2006 04:44:58 -0400
Reply-To: Ankur Arora <ankur.arora@NAGARRO.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Ankur Arora <ankur.arora@NAGARRO.COM>
Subject: sas unix issue
Hi All,
I am trying to export a xml file while exporting on sas unix system it
gives a error of out of memory error.while on the windows system it
functions fine.
Please help.
the code i am using is
libname xmlin xml "&dataSource/&filename";
data send;
set xmlin.&domainName;
run;
Thanks
Ankur
|