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.
Do not schedule EG projects, schedule SAS code. SAS programs run in batch give you proper return codes.
Do not schedule EG projects, schedule SAS code. SAS programs run in batch give you proper return codes.
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.
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!
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.
Ready to level-up your skills? Choose your own adventure.