I come to a new company, and it uses CA workload automation AE (also known as autosys) to run jobs, but there are no documentations about the configuration. And my first step is to find out how many jobs running on the server, on which subject every job is, and how these jobs run. I'm new to use autosys, and I learn to know it has a database to store meta data(jobs information,logs etc). But I don't know how to connect to this database. Does someone know the default settings of this database? I guess the one who installed autosys mostly used default settings. Any help would be appreciated!
How to query job information in CA workload automation AE (autosys)?
4.5k Views Asked by Jason At
2
There are 2 best solutions below
1

If you have Unix access to it autorep -j job_name_pattern% | wc -l;
If you are accessing via URL, when you search in QVIEW the job_name_pattern% it should list all the jobs.
Note: For each application all autosys job can / should follow same naming pattern, like starting with APP id 123_JobA 123_JobB 123_Jo
I wrote the following ksh script to flatten the any JIL file and add execution status information, you can modify it to perfom any task you want.