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