BookmarkSubscribeRSS Feed
☑ This topic is solved. Need further help from the community? Please sign in and ask a new question.
JosephTech
Calcite | Level 5

Hi, I am new to SAS Program. I encountered a problem here saying that may created library does not exist. I am trying to create my own library and import sas7bdat file to use it as a Data. I use libname statement, the creation of library was successful but when I tried to open the dataset it says that file does not exist

 

please help me, thank you

1 ACCEPTED SOLUTION

Accepted Solutions
Ksharp
Super User

Runing the following code to see what happened.

proc datasets library=refdir;
quit;

And if dataset CDCREF_D exist in output html.

View solution in original post

1 REPLY 1
Ksharp
Super User

Runing the following code to see what happened.

proc datasets library=refdir;
quit;

And if dataset CDCREF_D exist in output html.

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.

SAS Training: Just a Click Away

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

Browse our catalog!

Discussion stats
  • 1 reply
  • 753 views
  • 1 like
  • 2 in conversation