z/OS MVS Programming: Resource Recovery
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Coding the ATRQSRV utility

z/OS MVS Programming: Resource Recovery
SA23-1395-00

For examples of how to set up your JCL and code the control statements for ATRQSRV, see the following figures:
The utility control statements are described below:
PGM=ATRQSRV
Describes the program name (PGM=ATRQSRV) or, if the job control statements reside in a procedure library, the procedure name.

ATRQSRV does not support any PARM= values.

SYSPRINT
Defines a sequential data set for the output. The output will contain the command input line(s) as entered by the user followed by the report. It may also contain appropriate ATRxxxI messages indicating report success or failure. The output can be written to a system output device, a tape volume, or a DASD volume.

The SYSPRINT DD statement is required for each use of ATRQSRV. The block size for the SYSPRINT data set must be at least 121. Any blocking factor can be specified for this record size, but the maximum value for the block size is 32670 bytes.

SYSIN
Defines the control data set. The control data set normally resides in the input stream; however, it can be defined as a member in a partitioned data set or PDSE.

The SYSIN DD statement is required for each use of ATRQSRV. The block size for the SYSIN data set must be a multiple of 80. Any blocking factor can be specified for this block size.

SYSABEND
Defines a sequential data set to contain any SYSABEND dumps. Not required for normal processing.
STATEMENTS
Table 1. Statements
Statement Use
LOGINFO Browse the Archive, Main/Delayed UR, Restart and RM Data log streams
URINFO Query unit of recovery (UR) information
RMINFO Query resource manager (RM) information
WMINFO Query work manager (WM) information
SYSINFO Query RRS sysplex and logging group information
REMOVINT Remove interest(s) from URs
COMMIT Force an InDoubt transaction to the COMMIT state
BACKOUT Force an InDoubt transaction to the BACKOUT state
DELETERM Delete a resource manager from RRS
UNREGRM Unregister RM to clean up the resource manager's involvement with RRS
Using Wildcards in the ATRQSRV Utility
RRS allows you to use wildcard characters in the ATRQSRV statements. See Using wildcards in RRS panels for more information on using wildcards in the ATRQSRV Utility.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014