Hi,
I am using the following proc import statement in UNIX for importing the data present in the XLS file to sas dataset. But i am getting the following segmentation error in log. Sometimes the data gets imported in the SAS dataset correctly without this error. Please advice.
67 proc import
68 datafile = "Test.xls"
69 out = PERM.TEST dbms=XLS replace;
70 getnames=yes;
71 run;
1 sasimxcl:UNKNOWN at 0x0000000000005E67
2 /usr/local/opt/sas91.ts1m3/SAS_9.1/hotfix/sasexe/sasimxcl:UNKNOWN at
0x0000000001AC0D10
^L3 The SAS System 02:42 Friday, November
20, 2009
Segmentation Violation In Task [ IMPORT ]
Fault and traceback information not available
Task Traceback
NOTE: The SAS System stopped processing this step because of errors.