Link3270 RECEIVE MAP vector

This vector is used to supply data to an EXEC CICS RECEIVE MAP command.

See RECEIVE MAP for details of the command options.

The default vector is BRIV-RECEIVE-MAP-DEFAULT

Offset
Hex
Type
Len
Name
(0)
STRUCTURE
48
BRIV-RECEIVE-MAP
(0)
STRUCTURE
16
INPUT header
(10)
CHARACTER
4
BRIV-RM-TRANSMIT-SEND-AREAS
(14)
CHARACTER
8
BRIV-RM-MAPSET
(1C)
CHARACTER
8
BRIV-RM-MAP
(24)
CHARACTER
4
BRIV-RM-AID
(28)
FULLWORD
4
BRIV-RM-CPOSN
(2C)
FULLWORD
4
BRIV-RM-DATA-LEN
(30)
CHARACTER
BRIV-RM-DATA
BRIV-RM-TRANSMIT-SEND-AREAS
This flag is a performance option that allows the client to limit the amount of data returned in the output message. Valid values are:
BRIVRMTSA-YES
The whole output message is returned.
BRIVRMTSA-NO
All output vectors created before the command that uses this vector are not returned in the output message.

The default is BRIVRMTSA-YES.

BRIV-RM-MAPSET
The name of the MAPSET containing the map used to format the data, or blanks. When the user transaction issues a RECEIVE MAP command, the Link3270 bridge uses the first remaining RECEIVE MAP vector in the message in which BRIV-RM-MAPSET matches MAPSET in the command or is blank and BRIV-RM-MAP matches the MAP in the command or is blank. RECEIVE MAP vectors which do not match the command are discarded.

The default is blanks.

BRIV-RM-MAP
The name of the MAP containing the map used to format the data, or blanks. When the user transaction issues a RECEIVE MAP command, the Link3270 bridge uses the first remaining RECEIVE MAP vector in the message in which BRIV-RM-MAPSET matches MAPSET in the command or is blank and BRIV-RM-MAP matches the MAP in the command or is blank. RECEIVE MAP vectors which do not match the command are discarded

The default is blanks.

BRIV-RM-AID
The AID key used to transmit the input. This value is used to set EIBAID on completion of the RECEIVE MAP command. The first byte of this field contains equivalent values to EIBAID, as defined by DFHAID. The remaining three bytes are ignored. The default is DFHENTER.
BRIV-RM-CPOSN
The position of the cursor in the data. This value is used to set EIBCPOSN on completion of the RECEIVE MAP command. Valid values are:
BRIVRMCP-DEFAULT
BRIVRMCP-MAX-CURSORPOSITION
nn
User specified value
The default is BRIVRMCP-DEFAULT.
BRIV-RM-DATA-LEN
The length of the Application Data Structure (ADS) in BRIV-RM-DATA. This value is copied into the LENGTH or FLENGTH field specified in the RECEIVE MAP command represented by this vector.
BRIV-RM-DATA
The ADS to be copied into the INTO area, or referenced by the SET option, of the RECEIVE MAP command represented by this vector.