Resolution
goal
How do I schedule multiple jobs for the same SAR report?
fact
VigilEnt Security Agent for PSAudit 7.5
fact
VigilEnt Security Agent for iSeries 7.5
fact
VigilEnt Security Agent for iSeries
fact
System Auditing and Reporting (SAR)
fix
How do I schedule multiple jobs for the same SAR report?
fact
VigilEnt Security Agent for PSAudit 7.5
fact
VigilEnt Security Agent for iSeries 7.5
fact
VigilEnt Security Agent for iSeries
fact
System Auditing and Reporting (SAR)
fix
To schedule multiple jobs for the same SAR report, perform the following steps:
- Sign on to iSeries with a profile that has *ALLOBJ special authority.
- Open the command entry screen.
- Enter each of the following commands.
CRTLIB LIB(ALTSYS) TEXT('Alternate system commands')
CRTDUPOBJ OBJ(CHGJOBSCDE) FROMLIB(QSYS) OBJTYPE(*CMD) TOLIB(ALTSYS)
CHGCMDDFT CMD(ALTSYS/CHGJOBSCDE) NEWDFT('ENTRYNBR(999999)')
CHGSYSLIBL LIB(ALTSYS) OPTION(*ADD)
- Using the profile that will run the reports, access the appropriate SAR menu and schedule the report as many times as desired.
- Access the command entry screen using the profile that has *ALLOBJ special authority.
- Enter the following commands.
CHGSYSLIBL LIB(ALTSYS) OPTION(*REMOVE)
CHGCMDDFT CMD(ALTSYS/CHGJOBSCDE) NEWDFT('ENTRYNBR(*ONLY)')
Additional Information
Formerly known as NETIQKB46009