ARC1543I
type MWE FOR DATA SET name, FOR USER userid, REQUEST request_number, WAITING TO BE PROCESSED ON A COMMON QUEUE, nmwe MWES AHEAD OF THIS ONE{, REQUEST ORIGINATED ON HOST hostid}

Explanation

A QUERY command was issued with the USER, REQUEST, DATASETNAME, or COMMONQUEUE parameter. This message is issued for each MWE that is not selected for processing, resides on a common queue, and matches the information about the QUERY command. When type is RECALL, the data set is on the common recall queue.

The message variables are explained:
Message variable
Meaning
type
Type of MWE that was not selected for processing.
name
Data set name.
userid
User ID of the initiator of this MWE.
request_number
Request number that is nonzero only for requests that are received by DFSMShsm through the DFSMShsm supervisor call.
nmwe
Number of MWEs ahead of this MWE on the functional queue.
hostid
Host ID number that the recall request originated from. This variable is included in the message text for the QUERY COMMONQUEUE(RECALL) command only.

System action

DFSMShsm processing continues.

Programmer response

None.