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 (June 2000, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 27 Jun 2000 11:27:42 -0700
Reply-To:     Nick Paszty <npaszty@ORGANIC.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Nick Paszty <npaszty@ORGANIC.COM>
Subject:      Reading from a pipe UNIX and NT
Content-Type: text/plain; charset="us-ascii"; format=flowed

Hello.

I would like to read data from a file without completely opening it. I have some very large gz files that are zipped simple text files. I would like to unzip them into a pipe and read the data from the pipe into SAS. This is being done using a Perl process as the analysis tool but I would like to replace Perl with SAS. The other problem is that I'm on PC SAS. I would rather not open the file completely which could turn into an 800 MB file and then read that file in. Can SAS create a program data vector without knowing what all records look like? Is this at all possible? Sure would be a nice space saver!

Thanks,

Nick


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