BookmarkSubscribeRSS Feed
cjmccorm
Calcite | Level 5

Hi all!

This is a very basic question. I am trying to simply run a program, but each time I got to do this, errors saying that the Library does not exist. This is program I am trying to run

libname Hanoi "D:\PracSas\Hanoi";

data one;

set Hanoi.vietsight;

vietsight is the sas7bdat file that I want to run and it is saved in the folder Hanoi, which is under PracSas on my flashdrive.

What am I doing wrong?

An error also comes up that there are no variables in the data set.

Any help would be greatly appreciated!

4 REPLIES 4
sugeshnambiar
Fluorite | Level 6

I hope the sas is installed on window machine!!!

you will first have to import the dataset into sas window environment, so that sas will be able to recognize the path. I am not sure if there is a plugin for it.

try using a statement "run;" at the end..

andreas_lds
Jade | Level 19

First, be sure that the library was assigned successfully. You should find a note in the log:

NOTE: Libref Hanoi was successfully assigned as follows:

      Engine:        V9

      Physical Name: D:\PracSas\Hanoi

PeterPanPan
Calcite | Level 5

Are you using SAS Enterprise Guide with libraries on the server? If so, try to use SAS Base.

esjackso
Quartz | Level 8

There doesnt appear to be anything wrong with your syntax. I would navigate to the folder through windows and copy and paste the folder from the address line on the explorer window. That way you elimiate typos as an issue.

As mentioned if you dont get a successful libname set, the rest of the code will not matter.

EJ

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

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
  • 4 replies
  • 1085 views
  • 1 like
  • 5 in conversation