My assignment is to define a library to my_shared_files
This is my code:
libname out "/home/u64143843/my_shared_file_links/ncvpssas0/EPG194/output";
data out.storm_new;
set pg1.storm_summary;
run;
This is what I've received in the log:
ERROR: User does not have appropriate authorization level for library OUT.
I've received many messages previously while using SAS for my class, but I've been able to ignore thus forth. However, now it is an issue for me to complete my assignments. This is the message I have been receiving:
Insufficient authorization to access _____(whatever program I am on and trying to code in)_____
(I cannot upload a picture of this error)