Batch reload without Queue Monitor System
search cancel

Batch reload without Queue Monitor System

book

Article ID: 45124

calendar_today

Updated On:

Products

ASM2- STORAGE MANAGEMENT ASM2 Backup and Restore

Issue/Introduction

How to execute a batch reload manually without using IXR or $RXQUMON.

Environment

Release: ASM2-Backup and Restore 4.2
 

Resolution

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')