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-white.png

Register Today!

Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9.

 

Early bird rate extended! Save $200 when you sign up by March 31.

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

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