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.
我正在尝试编写一个 autosys JIL,如果它不存在则创建该作业,否则更新它。我会发誓有一个命令,比如“update_or_create”之类的,但我在任何地方都找不到。
there are three distinct commands: insert, update and delete _job. no "insert-or-update_job"