Use this situation as an example to implement your backup requirements. The example has an interval of two days defined;
you can modify this interval depending upon whatever is appropriate for your environment,
or you can change your situation to use other framework methods of timing for when the situation is active.
The situation ensures that the queue manager is active since it is not appropriate to start the
backup when it is inactive. The Action defined for the situation uses a default started task procedure named as OMEGMQBU.
However, this name is set during configuration using the KMQ_BACKUP_STC configuration parameter, which is suggested to be set to "%RTE_STC_PREFIX%MQBU".
You must replace "OMEGMQBU" in the Action tab to specify the name configured for KMQ_BACKUP_STC.
That procedure is expected to be in your system's PROCLIB as part of configuring the agent before using its name for this situation automation.
Note: It is also possible to modify the contents
of the procedure during configuration using embed member KMQ$CBKP, which allows customizing the SYSIN specification.
|