I am doing simulation and saving output data through libname command in my computer D drive
libname thesis "D:\Data\thesis";
Output is too heavy
Some program works fine and save data successfully but some time it give error "User does not have appropriate authorization level for library"
I can't figure out this problem pls help
You need to supply much more details. Are you accessing the same location? With the same user? What do you mean by output is too heavy? Check that you are not running into out of disk conditions (including your saswork).
I am not running out of dis condition, every time I run the SAS program I am using same folder for saving output, even when I change the drive and location of the folder, I am getting same error.
Post the piece of code (with corresponding log) that causes the error.
Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.
Need to connect to databases in SAS Viya? SAS’ David Ghan shows you two methods – via SAS/ACCESS LIBNAME and SAS Data Connector SASLIBS – in this video.
Find more tutorials on the SAS Users YouTube channel.