CICS Manual do Usuário - INQUIRE TASK LIST
Retrieves a list of user tasks.
Sintaxe:
INQUIRE TASK LIST >>-INQUIRE TASK LIST--LISTSIZE(data-area)--+--------------+-----> '-DISPATCHABLE-' >--+---------+--+-----------+--+--------------+-----------------> '-RUNNING-' '-SUSPENDED-' '-SET(ptr-ref)-' >--+---------------------+------------------------------------->< '-SETTRANSID(ptr-ref)-'
Descrição:
INQUIRE TASK LIST retrieves a list of user tasks that are identified by task number, and optionally a second list of user tasks that are identified by transaction identifier. User tasks are tasks that are associated either with user-defined transactions or with CICS-supplied transactions that are normally invoked by an operator.
You can request a list of those user tasks that are DISPATCHABLE (ready to run) or RUNNING at the time of the inquiry. If you omit these options from the INQUIRE TASK LIST command, CICS returns a list of all the user tasks that are in any state.
Opções:
Informações relacionadas: