Date: Sun, 29 Sep 2002 08:35:35 GMT
Reply-To: RICH0850 <rich0850@AOL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: RICH0850 <rich0850@AOL.COM>
Organization: AOL http://www.aol.com
Subject: Odd SAS behavior/OS390 8.2
Odd SAS Behavior - OS/390 SAS8.2
Maybe cross-platform.
Dear Group:
I've encountered something unexpected.
It's probably my fault. But...
DATA A (COMPRESS=YES); SET WHATEVER;
.
.
RUN;
DATA B; SET A;
.
.
RUN;
DATA A; SET B; /* Reusing A */
...
RUN;
There seems to be a problem if Dataset A has been
compressed. If Dataset A has not been compressed
it works fine.
Has anyone else seen this?
--Richard