BookmarkSubscribeRSS Feed
jbeckloff
Calcite | Level 5

On SAS 9.3 startup I get this error message:

 

ERROR: Windows error code: 4350 in hx_disk_is_dir for

c:\xxx\profbak.sas7bcat, This file is currently not available for use on this

computer.

ERROR: Windows error code: 4350 in hx_disk_access for

c:\xxx\profbak.sas7bcat, This file is currently not available for use on this

computer.

 

The file is there with size 0

 

I try running my autoexec file and the first libname setting crashes SAS.

 

How do I fix this?

 

2 REPLIES 2
ballardw
Super User

Libraries are associated with folders generally (exceptions for certain database or spreadsheet formats). So you libname statement should look like

Libname name "C:\XXX";

 

The specific extension you show would be a SAS catalog file.

jbeckloff
Calcite | Level 5

The libname that crashes is when connecting to an Oracle database.

 

I just installed Oracle 12 and updated my ODBC settings. Just my connections to Oracle now crash my PC SAS program.

 

I've contacted SAS Tech support, but have not received a reply yet.

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

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
  • 2 replies
  • 6279 views
  • 0 likes
  • 2 in conversation