CICS Manual do Usuário - RECEIVE (terminal)
Receives data from a terminal.
Sintaxe:
RECEIVE (terminal) >>-RECEIVE--+-------------------------------------+-------------> +-INTO(data-area)---------------------+ '-SET(ptr-ref)-+-LENGTH(data-area)--+-' '-FLENGTH(data-area)-' >--+------------------------+--+------------+--+------+---------> +-MAXLENGTH(data-value)--+ '-NOTRUNCATE-' '-ASIS-' '-MAXFLENGTH(data-value)-' >--+--------+-------------------------------------------------->< '-BUFFER-'
Condições: INVREQ, LENGERR, NOTALLOC, TERMERR
Descrição:
RECEIVE receives data from either a terminal or an advanced program-to-program communications (APPC) mapped conversation. The form of RECEIVE command that is described here is used for receiving data from a terminal. For details about the RECEIVE command for use on APPC mapped conversations, see RECEIVE (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 on DTP, refer to the TXSeries for Multiplatforms Intercommunication Guide.)
Opções:
Condições:
Informações relacionadas: