BookmarkSubscribeRSS Feed
anilgvdbm
Quartz | Level 8

Dear All,

Here i have data of SAS 6th version files but those files are not working in SAS 9.3 version. So i used V6 option in libname statement but still its not working. please can anybody give solution for this.

Thank you very much in advance.

Anil

5 REPLIES 5
ballardw
Super User

Were any error messages generated? If so, what did the log show for the libname? Which version of SAS6 files? Created on what operating system? Current operating system?

What wasn't working? When you assigned the library could you see any of the datasets or run information procs such as Proc Contents?

anilgvdbm
Quartz | Level 8

Dear Ballardw,

The Error massage is that

libname anil "H:\NFHS_sas_files\NFHS_2005-06";

NOTE: Library ANIL does not exist.

when i used V6 after libname its showing  belowed error.

NOTE: KUMAR.HHEMEMAP.DATA is a Version 6 data set.  In future releases of SAS you may not be

      able to create or update Version 6 data sets. Use PROC MIGRATE to convert the data set to

      Version 9.

lryan
SAS Employee

Try sending this issue to the techincal support team at SAS.

Tom
Super User Tom
Super User

That doesn't look like an error message.  Were you able to use the data?

ballardw
Super User

The error with the first LIBNAME is because SAS found SAS datasets in the location but recognized that they were not the default V9 files. The second is telling you that you can access the data. Proc Migrate should now be able to convert the data. Best is to create a new library in a different location for the new datasets.

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 choose a machine learning algorithm

Use this tutorial as a handy guide to weigh the pros and cons of these commonly used machine learning algorithms.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 5 replies
  • 1356 views
  • 0 likes
  • 4 in conversation