Introduction:
This KB gives you idea how to fetch the list of jobs with one specific owner given in the JIL of the Autosys Job.
Question:
How to find the job names with one specific owner “XXXXX” of Autosys Job?
Environment:
This is applicable only on Linux and Unix environment.
Answer:
Currently this option is not available in WAAE. However, you can create a script from your side to get this information using autorep command.
Just for an example please find the below which can fetch your requirement.
autorep -J ALL -q|egrep XXXXX -b3|egrep "insert_job"|awk '{print $2}'
Additional Information:
Any specific question please raise a case to CA Support.