ARC0167I
type MWE FOR {VOLUME | DATA SET | COMMAND | AGGREGATE GROUP | CONTROL FILE DATA SET | COPY POOL} { name |name, SGROUP = sg | name, COPY POOL = cpname} FOR USER userid, REQUEST request, WAITING TO BE PROCESSED, nmwe MWE(S) AHEAD OF THIS ONE

Explanation

A QUERY command has been issued with the USER, REQUEST, or DATASETNAME parameter. This message is issued for each management work element (MWE) that is not selected for processing, and it matches the information about the QUERY command.

Possible values for type are MIGRATE, BACKUP, DUMP, RECOVER, RECALL, DELETE, COMMAND, ABACKUP, ARECOVER, FRBACKUP, or FRRECOV.

name is the:
  • volume serial number, if the VOLUME appears. If SGROUP follows name, the request was for the BACKVOL command specifying storage group sg. If COPY POOL follows name, the request was for a dump initiated by a FRBACKUP command specifying copy pool cpname.
  • data set name if DATA SET appears. 'name, ***' will appear when a FRRECOV DSNAME request is issued with multiple data set names.
  • command, if COMMAND appears.
    Note: The entire command may not be displayed for long commands. The message includes enough of the command text to identify the command.
  • aggregate group name, if AGGREGATE GROUP appears.
  • name of the control file data set used in the ARECOVER command, if CONTROL FILE DATA SET appears.
  • copy pool name if COPYPOOL appears.

userid is the user identification of the initiator of this MWE. request-number is the request number which is nonzero only for requests received by DFSMShsm through the DFSMShsm supervisor call (SVC). nmwe is the number of MWEs ahead of this MWE on the same DFSMShsm functional queue.

For FRRECOV DSNAME, the system creates an individual request for the data on each volume of a multivolume data set. '*MULTIVOL*' is appended to the data set name of these requests to distinguish them from single volume requests.

System action

DFSMShsm processing continues.

Programmer response

None.

Source

DFSMShsm