How to execute a batch reload manually without using IXR or $RXQUMON.
Release: ASM2-Backup and Restore 4.2
Use proc ASM2CMDU, found in prefix.SAMPJCL(ASM2CMDU), with the following control statement options:
Archived/backup files that are already in the queue waiting for the trigger time can be reloaded now rather than later.
Example:
Reload archive or backup files:
RX TYPE(ARCH)
$RX TYPE(BKUP)
Reload a specific file and not process the $RXQUMON queue:
$RA DSN('prefix.file.name')
$RB DSN('prefix.file.name')