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 (July 2008, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 2 Jul 2008 15:25:22 +0200
Reply-To:     Andre Wielki <wielki@INED.FR>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Andre Wielki <wielki@INED.FR>
Subject:      prco copy avoid compression?
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Hello, I want a confirmation that in this sas context

libname a "Y:\Agdref\tables" access=readonly; libname b "d:\tempor" compress=yes;

proc copy in=a out=b;run;

the procedure is not compressing those tables

but well with data b.ef_uni;set a.ef_uni;run; and so on

Did i miss some manner of compress with a global proc copy?

Andre

-- André WIELKI INED (Institut National d'Etudes Démographiques) Service Informatique 133 Boulevard Davout 75980 Paris Cedex 20 mél : wielki@ined.fr tél : 33 (0) 1 56 06 21 54


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