LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (September 2009, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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
Comments: To: Vincent Granville <vincentg@DATASHAPING.COM>
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


Back to: Top of message | Previous page | Main SAS-L page