Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一份使用日历安排的工作。我需要创建一个虚拟作业,除了作业 1 运行的那一天之外,它应该安排在所有其他日子。
谁能解释我如何在 Control-M 中实现这一点。
你必须定制一套西装。
目前,没有允许您执行此类操作的本机功能,因此您必须自己实现。
根据您的案例描述,您提到的 Job Dummy 应该是另一种类型(不是 Dummy)。
另一种解决方案可能会考虑以下内容:
如果您仍然需要它,我将尝试包含解决方案的代码。
此致。