Retrieve a list of user tasks.
INQUIRE TASK LIST >>-INQUIRE TASK LIST--LISTSIZE(data-area)--+--------------+-----> '-DISPATCHABLE-' >--+---------+--+-----------+-----------------------------------> '-RUNNING-' '-SUSPENDED-' >--+---------------------------------------+------------------->< '-SET(ptr-ref)--+---------------------+-' '-SETTRANSID(ptr-ref)-'
Condition: NOTAUTH
The INQUIRE TASK LIST command returns a list of user tasks. User tasks are those associated with user-defined transactions or with CICS-supplied transactions that are normally invoked by an operator. You can restrict the list to tasks that are DISPATCHABLE (ready to run), RUNNING, or SUSPENDED at the time of the inquiry, or any combination of these.
CICS obtains the storage for this list and frees it when
the inquiring task issues another INQUIRE TASK LIST, or issues an
INQUIRE STORAGE command with ELEMENTLIST or LENGTHLIST, or ends; the
task cannot free the storage itself.
CICS obtains the storage for this list and frees
it when the inquiring task issues another INQUIRE TASK LIST, or issues
an INQUIRE STORAGE command with ELEMENTLIST or LENGTHLIST, or ends;
the task cannot free the storage itself.