BookmarkSubscribeRSS Feed
deleted_user
Not applicable
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.
6 REPLIES 6
soumadeep
Calcite | Level 5
Hi

You can use

options nocodegen;

before the code.
deleted_user
Not applicable
No its still not working. Throwing the same error. By the way what does "options nocodegen" do?
sbb
Lapis Lazuli | Level 10 sbb
Lapis Lazuli | Level 10
Suggest you review the HOTFIXES at SAS support website and if not resolved contact SAS support.

Scott Barry
SBBWorks, Inc.
soumadeep
Calcite | Level 5
Sorry there was a mistake , it is

option nocodegen;

I wrote extra 's'.
soumadeep
Calcite | Level 5
I had the same problem the SAS support team suggested about the
option nocodegen, it is a quickfix, as it was difficult to apply the hotfixes.
saumyakanta
Calcite | Level 5

What does this nocodegen option do ?

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

Register now!

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 6 replies
  • 2129 views
  • 1 like
  • 4 in conversation