log output: 21 PROC IMPORT DATAFILE= 21 ! "\\dohfile02\phig\PHIGDATA\PreventionAgenda\Tableau\Data\&folderyear\pa66.xlsx" 22 out=pa66_working(encoding='UTF-8') dbms=xlsx replace; 23 sheet='2016-2017'; 24 RUN; NOTE: Variable Name Change. Data Source -> Data_Source NOTE: Variable Name Change. Stratifier Subgroup -> Stratifier_Subgroup NOTE: Variable Name Change. Standard Error -> Standard_Error NOTE: Variable Name Change. Intepret With Caution -> Intepret_With_Caution NOTE: Variable Name Change. Data Not Reportable -> Data_Not_Reportable NOTE: Data file WORK.PA66_WORKING.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. NOTE: One or more variables were converted because the data type is not supported by the V9 engine. For more details, run with options MSGLEVEL=I. WARNING: Some character data was lost during transcoding in column: Stratifier Subgroup at obs 20. NOTE: The import data set has 40 observations and 14 variables. NOTE: WORK.PA66_WORKING data set was successfully created. NOTE: PROCEDURE IMPORT used (Total process time): real time 0.04 seconds cpu time 0.03 seconds NOTE: Data file WORK.PA66_WORKING.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.
... View more