| 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?
|