Multiple choice technology platforms and products How can we change the status of an autosys job to success ? sendevent -s SUCCESS -J sendevent -E CHANGE_STATUS -s SUCCESS -J sendevent -E UPDATE_STATUS -s SUCCESS -J 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.