Date: Wed, 16 Sep 2009 12:28:46 -0700
Reply-To: "Terjeson, Mark" <Mterjeson@RUSSELL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "Terjeson, Mark" <Mterjeson@RUSSELL.COM>
Subject: Re: How to run a Perl script from within SAS
In-Reply-To: A<200909161919.n8GFsgH2004613@malibu.cc.uga.edu>
Content-Type: text/plain; charset="us-ascii"
Hi Vincent,
If you want to run a script and you
are not returning anything you can
use the X statement or the CALL SYSTEM().
If you are returning goodies then you
can use the FILENAME PIPE capability.
Hope this is helpful.
Mark Terjeson
Investment Business Intelligence
Investment Management & Research
Russell Investments
253-439-2367
Russell
Global Leaders in Multi-Manager Investing
-----Original Message-----
From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On Behalf Of
Vincent Granville
Sent: Wednesday, September 16, 2009 12:20 PM
To: SAS-L@LISTSERV.UGA.EDU
Subject: How to run a Perl script from within SAS
I need to do heavy parsing / text processing / data mining, and I was
wondering how you can call a Perl script from within SAS.
Please, if possible, post your answer at
http://www.analyticbridge.com/group/sasandstatisticalprogramming/forum/t
opics/how-to-run-a-perl-script-from
Thanks,
Vincent
|