CICS Manual do Usuário - SEND (terminal)
Writes (or sends) data to a terminal.
Sintaxe:
SEND (terminal) >>-SEND--FROM(data-area)--+-LENGTH(data-value)--+--+------+-----> '-FLENGTH(data-value)-' '-WAIT-' >--+-------+--+---------------------+-------------------------->< '-ERASE-' '-CTLCHAR(data-value)-'
Condições: INVREQ, LENGERR, NOTALLOC, TERMERR
Descrição:
SEND sends data either to a terminal, or on an advanced program-to-program communications (APPC) mapped conversation. The form of SEND command that is described here is used for sending data to a terminal. For details of the SEND command for use on APPC mapped conversations, see SEND (APPC). An APPC conversation allows a program to send data to, and receive data from, a program that is running in a remote system. Programming that uses APPC conversations is called Distributed Transaction Programming (DTP). For guidance information about DTP, refer to the TXSeries for Multiplatforms Intercommunication Guide.
Opções:
Condições:
Informações relacionadas: