Problem:
How to execute a batch reload manually without using IXR or $RXQUMON.
Resolution:
You can us the proc ASM2CMDU found in prefix.SAMPJCL(ASM2CMDU) with the following control statement options:
Reload 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')