We need to change the notification email address on all the jobs in autosys. Is there a simple way of doing this?
Is there a command or series of commands to this?
This is an example that you can follow to change a specific notification email address.
1) Run autorep -j ALL -q > jil.txt
This will get a job listing of ALL jobs
2) Do a replace all in notepad on the address you want to change.
3) Do another replace all to change insert to update. (IE Change insert_job to update_job)
4) Run: jil < jil.txt
This will jill the updates back in.