LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (September 2002, week 5)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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


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