BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
AsakoOkano
Fluorite | Level 6

Hi

 

I am trying to set up a Scheduled Project with EG7.1 executed by our own scheduleder, not with windows scheduler. Once I create vbs file with EG7.1 and call vbs script from batch file as following,

=================================

cscript %Path%\EGScript1.vbs
echo EGScript1=%errorlevel%

=================================

 

But even if my sas program in vbs finished with errors, return code always set to "0".

please anyone show me how to get return code of EG's scheduled project.

 

thanks.

1 ACCEPTED SOLUTION
2 REPLIES 2
Patrick
Opal | Level 21

@AsakoOkano

On a high level: Your VB script run successfully and that's the return code you get. You need to create some logic within your script which captures the max return code of the child processes the VB script triggers.

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

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
  • 2 replies
  • 658 views
  • 0 likes
  • 3 in conversation