CL Command Reference - STRRMCRDAR

CL Command List > STRRMCRDAR Reference

Description:

The Start Report Management Cycle (STRRMCRDAR) command starts the Report Management Cycle (RMC) which manages the movement of report data between disk and optical or tape. This function can be canceled with a controlled cancel option if enough time is allowed to end what it is currently processing.



Examples:

Example 1: Simple Example

STRRMCRDAR

This command submits a job to batch that starts the Report Management Cycle (RMC), which manages the movement of OnDemand Spool File Archive and AnyStore data between disk and optical or tape. This command example runs both migration and expiration processing for all report migration policies. It logs only failures in the job log and sends no failure messages to any message queues.



Example 2: More Complex Example

STRRMCRDAR PROCESS(*MIGRATION) LOGSTS(*YES)
SNDFAILMSG(*YES) USER(QSYSOPR)

This command submits a job to batch that starts Report Management Cycle (RMC) migration processing only. No expiration processing will occur. Both successful and failure status messages will be written to the job log, and if any failure occurs, a failure message will be sent to the QSYSOPR message queue.