BookmarkSubscribeRSS Feed
kuppusamy
Fluorite | Level 6

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.

4 REPLIES 4
RW9
Diamond | Level 26 RW9
Diamond | Level 26

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.

RW9
Diamond | Level 26 RW9
Diamond | Level 26

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.

kuppusamy
Fluorite | Level 6
I got the solution...Thank you for your response.
patilnileshnava
Calcite | Level 5

Hi, can you please explain how you resolved this issue. Thanks

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 4 replies
  • 4074 views
  • 0 likes
  • 3 in conversation