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

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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