Menu principal                 [Fechar]


CICS Manual do Usuário - INQUIRE TRANSACTION (browse)


Volta a página anterior

Volta ao Menu Principal


Desenvolvido por DORNELLES Carlos Alberto - Analista de Sistemas - Brasília DF. - cad_cobol@hotmail.com

INQUIRE TRANSACTION (browse)

Browses information about the transactions that you are authorized to access.

Sintaxe:

INQUIRE TRANSACTION (browse)
 
>>-INQUIRE TRANSACTION START-----------------------------------><
 
 

Condição: ILLOGIC

INQUIRE TRANSACTION (browse)
 
>>-INQUIRE--TRANSACTION(data-area)--NEXT-----------------------><
 
 

Condição: END, ILLOGIC

Note:
Other options same as for INQUIRE TRANSACTION.
INQUIRE TRANSACTION (browse)
 
>>-INQUIRE TRANSACTION END-------------------------------------><
 
 

Condition: ILLOGIC

Descrição:

These commands allow you to browse through the runtime Transaction Definitions (TD) entries that you are authorized to access.
The sequence of browsing is strictly undefined, but continued browsing does guarantee to return all the definitions that you are authorized to access.
Only one TRANSACTION browse operation is allowed at any one time in a given task.
See Browsing resource definitions for more information.

Opções:

    END
  • Terminates the browsing operation and frees any held resources.
    NEXT
  • Retrieves the name and any requested attributes of the next (that is, first or subsequent) TD entry to be accessed.
    START
  • Initializes the scan of the TD in preparation for a series of INQUIRE TRANSACTION NEXT commands.
  • Note that no information about transactions is retrieved until an INQUIRE TRANSACTION NEXT command is executed.
    TRANSACTION(data-area)
  • Returns a four-character string that represents the name of the transaction for which information is retrieved on an INQUIRE TRANSACTION NEXT command.

Condições:

    END
  • Occurs on an INQUIRE TRANSACTION NEXT command if all authorized TD entries have been accessed.
  • Default action: Terminates the task abnormally.
    ILLOGIC
  • Occurs for the following conditions:
    • An INQUIRE TRANSACTION START command is issued when a browse of the TD is already in progress.
    • An INQUIRE TRANSACTION NEXT or INQUIRE TRANSACTION END is issued, but an INQUIRE TRANSACTION START command has not been successfully issued.
  • Default action: Terminates the task abnormally.

Informações relacionadas:


© Copyright IBM Corp.