Multiple choice technology platforms and products

How can we change the status of an autosys job to success ?

  1. sendevent -s SUCCESS -J

  2. sendevent -E CHANGE_STATUS -s SUCCESS -J

  3. sendevent -E UPDATE_STATUS -s SUCCESS -J

  4. sendevent -E STATUS -s SUCCESS -J

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

sendevent -E CHANGE_STATUS -s SUCCESS -J is the correct syntax to force an AutoSys job to SUCCESS status. Option A is incomplete and missing the event type. Options C and D use incorrect event names - UPDATE_STATUS and STATUS don't exist.