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 (April 2004, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Sun, 11 Apr 2004 10:40:43 -0400
Reply-To:   Howard Schreier <Howard_Schreier@ITA.DOC.GOV>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Howard Schreier <Howard_Schreier@ITA.DOC.GOV>
Subject:   Re: expanding the amount of data over the max record length

There probably is, but it seems like an awkward and error-prone thing to do.

Why not just leave the binaries intact, and have variables in the SAS dataset which point to them?

On Sat, 10 Apr 2004 22:01:04 -0500, John F. Regus <jfregus@IX.NETCOM.COM> wrote:

>Is there a way to split data records in SAS and then recombine them at >output time. I am thinking of image files, that can be very large. I >would like to split the image file into the max record length for SAS record >and then recombine all the parts when it is time to output the record with >all the parts joined back together to get an image. > >Is this possible? What would be the best way?


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