Hello all,
Im getting this error while running through the windows batch file(windows scheduling).
If i run it in SAS EG or SAS DI. Its running fine.
It may be a good idea to post the code your running so we can see something. What I suspect is that your trying to push operating system commands out through your program, e.g. X or sysexec. You may have privileges to do this within your EG/DI session, however the batch program does not have the permission to run OS commands (quite sensibly to my mind), and hence you get this error.
I would highly advise you not to do OS commands in your program - imagine a scenario where you have to explain why your code failed and proceeded to delete everything on the network. If you have to unpack a file (only reason I could see for OS) then do that prior using a vb script or something. Mostly os access is denied.
Yes, just the part of the code (or log) relating to the error. I still suspect your calling the operating system, which is causing the issue.
Hi, can you please explain how you resolved this issue. Thanks
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.