CA7 - Tracking Changes
-
- Posts: 2
- Joined: Sat Aug 08, 2009 4:33 am
- Skillset: 20 years IBM Mainframe, all skills
- Referer: Google
CA7 - Tracking Changes
Is there a way to track changes that are made to a job schedule's in the online CA7 screens?
-
- Posts: 11
- Joined: Wed Jul 22, 2009 7:17 pm
- Skillset: CA7 Scheduler since 2000. AutoSYS, Unysis.
- Referer: Google Search
Re: CA7 - Tracking Changes
The only thing I have found is you are able to track who is the last person to do any changes.
Use the following command: LJOB,LIST=ALL,JOB=(ENTER JOB NAME)
LAST MAINTENANCE ON 06.188 AT 11:20:40 VIA DBM BY OPERATOR: MCOJHH1
MCOJHH1 is the last person to make the change to this program in CA7.
I am interested in others input!
Use the following command: LJOB,LIST=ALL,JOB=(ENTER JOB NAME)
LAST MAINTENANCE ON 06.188 AT 11:20:40 VIA DBM BY OPERATOR: MCOJHH1
MCOJHH1 is the last person to make the change to this program in CA7.
I am interested in others input!
-
- Posts: 2
- Joined: Sat Aug 08, 2009 4:33 am
- Skillset: 20 years IBM Mainframe, all skills
- Referer: Google
Re: CA7 - Tracking Changes
I thought I heard from someone that some sort of historical batch audit file was available of all changes made over a period of time for a job, for example in the last month....? Does anyone know anything about this?
-
- Posts: 11
- Joined: Wed Jul 22, 2009 7:17 pm
- Skillset: CA7 Scheduler since 2000. AutoSYS, Unysis.
- Referer: Google Search
Re: CA7 - Tracking Changes
There is a BTI job where you enter the Julian Date. Submit it through your personal CA7 library.
If there is any other process, I am interested too!
If there is any other process, I am interested too!
Re: CA7 - Tracking Changes
Hello,
You can use the reporting program named SASSHIS8 and use REPORT 02 wich will list you all input commands being passed by anyone for any given period . This program will use in input, either the history log data (loghist) ddname or Archive Log data (logarch) .
You can use pds member samphr30 being supplied in the sampjcl libray and amend it to run the report 02 instead of report 30 .
This program and report are documented in the CA-7 Reports Guide .
Let me know if that helped you ...
Thanks and regards,
Eric
You can use the reporting program named SASSHIS8 and use REPORT 02 wich will list you all input commands being passed by anyone for any given period . This program will use in input, either the history log data (loghist) ddname or Archive Log data (logarch) .
You can use pds member samphr30 being supplied in the sampjcl libray and amend it to run the report 02 instead of report 30 .
This program and report are documented in the CA-7 Reports Guide .
Let me know if that helped you ...
Thanks and regards,
Eric