Import System Automation Resources
It is recommended you use the SA z/OS resources defined in the add-on PDB *IBMCOMP.
| Policy Entry Name | Policy Entry Type |
|---|---|
| RDSARCH | APL |
| RDS_ARCHIVER | APG |
| RDS_AUTOOPS | AOP |
These SA resources ensure that the RDS archive task makes the RDS table persistent. The advantage is to start or stop archiving easily. Error situations reflected by error messages such as VSAM IO error could also be trapped in the message table and associated with the SA resource. The resource status might become broken indicating a severe error.
After importing the RDS_ARCHIVER and RDSARCH, the SA z/OS customization dialog defines an APG resource group that includes an APL resource RDSARCH. It provides the function to start or stop RDS archiving. Using INGTIMER as a PRESTART and REFRESHSTART command, the RDS archiving command will be scheduled on the automated function AOFRDSAR periodically every nn seconds. See Regular Snapshot.
| SA Automated Function/Operator | NetView Automated Operator |
|---|---|
| AOFRDSAR | AUTRDSAR |
| AOFRDSEV | AUTRDSEV |