I did a quick search on CPAN and found nothing; I'm sure you've had the same result before you asked.

The statistics system R has a module to handle "foreign" files, supposedly it can deal with SAS files. (I've never had need to read SAS files; I've had to read SPSS files. Wrong version of SPSS was supported by R's module when I was trying to mung SPSS files). Of course, if you're going to use R, you may as well use SAS, but the module's source code is available, and it or the documentation may give you enough information to do your data filtration entirely in Perl. See CRAN module descriptions.

Conversely, it may give you enough information to decide to use SAS


I found out from astaines that this won't work. Sorry for wasting your time


In reply to Re: SAS Dataset module by swampyankee
in thread SAS Dataset module by ab1447

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.