Hi I am running a batch to the unix server which on execution forms a log file. When I try to re-run the same batch file, I get below error in the log file.
File is locked, but no other information is available. File =/opt/test/sas_programs/pgm/check.sas.
System Error Code = 13.
Please help to get this problem resolved.
Batch, how exactly are you executing the program?
Are you 100% sure that the previous execution has finished?
What does your program do?
I owuld imagine something in your code is either a) not closing and open file ref ref, or b) isn't set to overwrite an existing file. However with no knowledge of the code being run, or the underlying system its hard to say. Check your code, things like libname excel, need to be closed otherwise the file handle is still open. If that is definately all closed, then check out the process with your IT team.
Have the system administrator check which process/user locks the file (with the UNIX fuser command).
You might even be able to do this yourself, if you can ssh to the server.
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.