Request           (Startq)

DESCRIPTION
The "Request" represents the type of CICS command request of an entry on the 
Startq.


VALUES
The values of the "Request" are:

  START   - start request (EXEC CICS START)
  CANCEL  - cancel request (EXEC CICS CANCEL)
  POST    - post request (EXEC CICS POST)
  DELAY   - delay request (EXEC CICS DELAY)
  WAIT    - wait event request (EXEC CICS WAIT EVENT)
  UNKNOWN - unknown request type


INTERPRETATION
If "Request" exists, it indicates that the entry on the Startq originated 
from a CICS application program.  The "Request" displays only when the "Type" is
'CICS'. Otherwise, "Request", along with all fields located to the right of it,
is left blank.


CONCLUSIONS
