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.

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

Creating Custom Steps in SAS Studio

Check out this tutorial series to learn how to build your own steps in SAS Studio.

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