Menu principal                 [Fechar]


CICS Manual do Usuário - INQUIRE CONNECTION (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 CONNECTION (browse)

Browses information about the system connections.

Sintaxe



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

Condição: ILLOGIC

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

Condição: END, ILLOGIC

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

Condição: ILLOGIC

 

Descrição:

These commands allow you to browse through the runtime Communications Definitions (CD).
Each entry in the CD represents a single connection.
The sequence of browsing is strictly undefined, but continued browsing does guarantee to return all the CD entries, assuming that no new CD entries are installed while this browse is taking place.
Only one browse of the CD is allowed at any one time in a given task.
See Browsing resource definitions for more information.

Opções:

    CONNECTION(data-area)
  • Returns a four-character name, or SYSID, of the connection.
  • This is also the name of the CD entry for the connection.
    END
  • Terminates the browse and frees any held resources.
    NEXT Retrieves the name and any requested attributes of the next (that is, first or subsequent) CD entry that is accessed.
    START
  • Initializes the scan of the CD in preparation for a series of INQUIRE CONNECTION NEXT commands.
  • Note that no information about remote systems is retrieved until an INQUIRE CONNECTION NEXT command is executed.

Condições:

    END
  • Occurs on an INQUIRE CONNECTION NEXT command if all CD entries have been accessed.
  • Ação pré-definida: Terminates the task abnormally.
    ILLOGIC
  • Occurs for the following conditions:
    • An INQUIRE CONNECTION START command is issued when a browse of the CD is already in progress.
    • An INQUIRE CONNECTION NEXT or INQUIRE CONNECTION END command is issued, but an INQUIRE CONNECTION START command has not been successfully issued.
  • Ação pré-definida: Terminates the task abnormally.

Informações relacionadas:


© Copyright IBM Corp.