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 (January 2012, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Sat, 28 Jan 2012 14:22:26 -0500
Reply-To:   Nuria Chapinal <nchapinal@YAHOO.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Nuria Chapinal <nchapinal@YAHOO.COM>
Subject:   SAS files and formats

Hi,

I am trying to open a SAS file that apparently has a particular format. I have the SAS file and the format folder in the same folder in my computer, the one specified in the path to create the library. I have SAS 9.2 64x and Windows 6.1.7600.

I can't open the sas file. This is what I ge in the log:

1 libname pca 'C:\Users\nuria\Documents\NURIA\Info\jsutherland\PCA'; NOTE: Libref PCA was successfully assigned as follows: Engine: V9 Physical Name: C:\Users\nuria\Documents\NURIA\Info\jsutherland\PCA 2 options fmtsearch=(PCA); 3 4 run; 5 6 proc contents data=pca.infection_control_survey; NOTE: Data file PCA.INFECTION_CONTROL_SURVEY.DATA is in a format that is native to another host, or the file encoding does not match the session encoding. Cross Environment Data Access will be used, which might require additional CPU resources and might reduce performance. 7 run;

NOTE: PROCEDURE CONTENTS used (Total process time): real time 0.22 seconds cpu time 0.03 seconds

Any help will be greatly appreciated!


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