Autosys每月工作计划

发布于 2024-10-24 22:22:22 字数 85 浏览 2 评论 0原文

我知道如何在一周中的某一天运行 autosys 作业,但是我怎样才能每月运行一次..就像我必须在该月的第二天运行 job1 ..任何帮助对我都有好处..谢谢

I know how to run autosys job on certain day in a week but how can i run once in a month.. like if i have to run job1 on 2nd day of the month .. any help would be good for me.. thank you

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

掩饰不了的爱 2024-10-31 22:22:22

您可以使用扩展日历指定每月的某一天,条件为 MNTHD#nn,其中 nn 是该月的第 nn 天。

扩展日历可以这样定义

extended_calendar: second_of_month
condition: MNTHD#2

,您可以将日历包含为作业的 run_calendar 属性,例如

insert_job: job1
run_calendar: second_of_month

查找更多信息 此处了解延长日历的不同条件。

You can specify a day of the month with an extended calendar with the condition MNTHD#nn, where nn is the nnth day of the month.

The extended calendar can be defined like

extended_calendar: second_of_month
condition: MNTHD#2

and you can include the calendar as the run_calendar attribute of your job like

insert_job: job1
run_calendar: second_of_month

Find more information here on the different conditions for an extended calendar.

水中月 2024-10-31 22:22:22

使用跑步日历。创建一个日历,其中包含您希望作业运行的日期,并将该日历添加到作业中。当前版本的 Autosys R11 允许您使用逻辑来创建日历。例如该月的第一个工作日。

Use a run calendar. Create a calendar with the days you want the job to run on and add that calendar to the job. The current version of Autosys, R11 allows you to use logic to create calendars. For example the first business day of the month.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文