We need to set all the jobs from the Same Application or the Same Group to inactive.
But this does not work as expected when some jobs are set to on_noexec status.
Workload Automation AE (AutoSys)
The recommended solution solution to run the “sendevent -E JOB_OFF_NOEXEC ...” before the “sendevent -E CHANGE_STATUS -s INACTIVE ...” in order to address the encountered issue
Example:
$ sendevent -E JOB_OFF_NOEXEC -B ABCD123%
$ sendevent -E CHANGE_STATUS -s INACTIVE -B ABCD123%
$ sendevent -E JOB_OFF_NOEXEC -I ABCD123%
$ sendevent -E CHANGE_STATUS -s INACTIVE -I ABCD123%