DOS CMD 向 Autosys 发送失败
在 Autosys 中,我的工作是执行一个相当简单的 DOS 批处理文件 (.CMD)。如果作业有条件失败,我如何与 Autosys 沟通?如果它运行并终止,Autosys 无论如何都会报告成功。我想以编程方式告诉 Autosys 脚本是否根据其中确定的条件失败。
任何帮助将不胜感激。提前致谢。
In Autosys, I have a job that executes a fairly simple DOS batch file (.CMD). How do I communicate back to Autosys if the job has conditionally failed? If it runs and terminates, Autosys reports a success no matter what. I would like to programmatically tell Autosys if the script failed based on conditions determined within.
Any help would be appreciated. Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用 ERRORLEVEL,打开 DOS 框并输入“help if”
这些位是相关的:
You can use ERRORLEVEL, open a DOS box and type 'help if'
These bits are relevant:
您需要做的是 .bat 文件的最后一行应显示以下内容:
What you need to do is the last line of your .bat file should say the following: