Hello there,
I have created the library called Orion and assigned the library to the enviornment by executing 'setup' folder under Snippet. But I am getting the error: 'Libref ORION is not assigned'. Do I need to add an 'Infile' statement? I am trying to create a temporary data set named q1birthdays from the input data set orion.employee_payroll.
Please see the codes below:
libname orion "/folders/myfolders/ecprg193";
data q1birthdays;
set orion.employee_payroll;
BirthMonth=month(Birth_Date);
if BirthMonth le 3;
run;%let path = Filepath;
Thank you for your time.
Sahib
If you get that error, it means that the libname statement failed. Check the spelling of the physical path; be aware that UNIX is case-sensitive.
Post the log so we can see the error message.
Re-run the setup as well and include the log if that has errors.
I am a beginner and Ihave the same problem.
I am following the steps in " Setup Instructions for SAS University Edition" by running below lines:
%let path=/folders/myfolders/ecprg193;
libname orion "&path"
But I stuck at below errors:
As any SAS statement, the libname statement needs a closing semicolon.
Because of the missing semicolon, the following options statement is misinterpreted as (invalid) part of the libname statement.
Oh, such a simple mistake.
Thank you very much.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
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.
Ready to level-up your skills? Choose your own adventure.