Outbound Link3270 vectors

Outbound Link3270 bridge vectors all have a common header. Table Link3270 output vector header shows the common header. One BRIV vector is required for each output EXEC CICS command issued by the user transaction. The following outbound vector types are supported:

Link3270 output vector header

This header precedes all the vectors in the message.

Offset
Hex
Type
Len
Name
(0)
STRUCTURE
16
BRIV-OUTPUT-VECTOR-HEADER
(0)
FULLWORD
4
BRIV-OUTPUT-VECTOR-LENGTH
(4)
CHARACTER
4
BRIV-OUTPUT-VECTOR-DESCRIPTOR
(8)
CHARACTER
4
BRIV-OUTPUT-VECTOR-TYPE
(C)
n/a
4
reserved
BRIV-OUTPUT-VECTOR-LENGTH
The length of the vector. This is rounded up to the next multiple of 4, to facilitate full word alignment of subsequent vectors in the message.
BRIV-OUTPUT-VECTOR-DESCRIPTOR
An indicator to define the CICS® command associated with this vector. Valid values are:
BRIVDSC-ISSUE-ERASEAUP (0418)
ISSUE ERASEAUP
BRIVDSC-SEND (0404)
SEND
BRIVDSC-SEND-MAP (1804)
SEND MAP
BRIVDSC-SEND-TEXT (1806)
SEND TEXT
BRIVDSC-SEND-CONTROL (1812)
SEND CONTROL
BRIVDSC-SYNCPOINT (1602)
SYNCPOINT
BRIVDSC-CONVERSE-REQUEST (0406)
CONVERSE request
BRIVDSC-RECEIVE-REQUEST (0402)
RECEIVE request
BRIVDSC-RECEIVE-MAP-REQUEST (1802)
RECEIVE MAP request
BRIVDSC-SEND-PAGE (1808)
SEND PAGE
BRIVDSC-PURGE-MESSAGE (180A)
PURGE MESSAGE
BRIV-OUTPUT-VECTOR-TYPE
This must be set to BRIVVT-OUTBOUND. This is the default.

Link3270 ISSUE ERASEAUP vector

This vector is the data supplied by an EXEC CICS ISSUE ERASEAUP command. See the CICS Application Programming Reference manual for details of the command options.

Offset
Hex
Type
Len
Name
(0)
STRUCTURE
20
BRIV-ISSUE-ERASEAUP
(0)
STRUCTURE
16
Output header
(10)
CHARACTER
4
BRIV-IE-WAIT-INDICATOR
BRIV-IE-WAIT-INDICATOR
The presence of the WAIT option on the ISSUE ERASEAUP command that caused the bridge to be called. Valid values are:
BRIVIEWI-YES
WAIT specified.
BRIVIEWI-NO
WAIT not specified.

Link3270 SEND vector

This vector is the data supplied by an EXEC CICS SEND command, or the output part of an EXEC CICS CONVERSE command, for which a RECEIVE vector was supplied.

Offset
Hex
Type
Len
Name
(0)
STRUCTURE
48
BRIV-SEND
(0)
STRUCTURE
16
Output header
(10)
CHARACTER
4
BRIV-SE-ERASE-INDICATOR
(14)
CHARACTER
4
BRIV-SE-CTLCHAR
(18)
CHARACTER
4
BRIV-SE-STRFIELD-INDICATOR
(1C)
CHARACTER
4
BRIV-SE-DEFRESP-INDICATOR
(20)
CHARACTER
4
BRIV-SE-INVITE-INDICATOR
(24)
CHARACTER
4
BRIV-SE-LAST-INDICATOR
(28)
CHARACTER
4
BRIV-SE-WAIT-INDICATOR
(2C)
FULLWORD
4
BRIV-SE-DATA-LEN
(30)
CHARACTER

BRIV-SE-DATA
BRIV-SE-ERASE-INDICATOR
The type of ERASE specified by the CICS SEND or CONVERSE command. Valid values are:
BRIVSEEI-NOERASE
No ERASE.
BRIVSEEI-ERASE
ERASE.
BRIVSEEI-ERASEALTERNATE
ERASE ALTERNATE.
BRIVSEEI-DEFAULT
ERASE DEFAULT.
BRIV-SE-CTLCHAR
The CTLCHAR value specified by the SEND or CONVERSE command. Valid values are:
cc
The value in CTLCHAR.
BRIVSECC-DEFAULT
X'C3'.
BRIV-SE-STRFIELD-INDICATOR
The presence of STRFIELD on the SEND or CONVERSE command. Valid values are:
BRIVSESI-YES
STRFIELD specified.
BRIVSESI-NO
STRFIELD not specified.
BRIV-SE-DEFRESP-INDICATOR
The presence of DEFRESP on the SEND or CONVERSE command. Valid values are:
BRIVSEDRI-YES
DEFRESP specified.
BRIVSEDRI-NO
DEFRESP not specified.
BRIV-SE-INVITE-INDICATOR
The presence of INVITE on the SEND or CONVERSE command. Valid values are:
BRIVSEII-YES
INVITE specified.
BRIVSEII-NO
INVITE not specified.
BRIV-SE-LAST-INDICATOR
The presence of LAST on the SEND or CONVERSE command. Valid values are:
BRIVSELI-YES
LAST specified.
BRIVSELI-NO
LAST not specified.
BRIV-SE-WAIT-INDICATOR
The presence of WAIT on the SEND or CONVERSE command. Valid values are:
BRIVSEWI-YES
WAIT specified.
BRIVSEWI-NO
WAIT not specified.
BRIV-SE-DATA-LEN
The length of the data associated with the FROM option of the SEND or CONVERSE command. This is explicitly defined in the LENGTH or FLENGTH option, or derived from the length of the field.
BRIV-SE-DATA
Character field of length BRIV-SE-DATA-LEN containing the data addressed by the FROM option of the SEND or CONVERSE command.

Link3270 SEND CONTROL vector

This vector is the data supplied by an EXEC CICS SEND CONTROL command. See the CICS Application Programming Reference manual for details of the command options.

Offset
Hex
Type
Len
Name
(0)
STRUCTURE
52
BRIV-SEND-CONTROL
(0)
STRUCTURE
16
Output header
(10)
CHARACTER
4
BRIV-SC-ERASE-INDICATOR
(14)
CHARACTER
4
BRIV-SC-ERASEAUP-INDICATOR
(18)
CHARACTER
4
BRIV-SC-FREEKB-INDICATOR
(1C)
CHARACTER
4
BRIV-SC-ALARM-INDICATOR
(20)
CHARACTER
4
BRIV-SC-FRSET-INDICATOR
(24)
CHARACTER
4
BRIV-SC-LAST-INDICATOR
(28)
CHARACTER
4
BRIV-SC-WAIT-INDICATOR
(2C)
FULLWORD
4
BRIV-SC-CURSOR
(30)
CHARACTER
4
BRIV-SC-MSR-DATA
(34)
CHARACTER
4
BRIV-SC-ACCUM-INDICATOR1
Notes:
  1. BRIV-SC-ACCUM-INDICATOR is available only for the Link3270 bridge with extended support.
BRIV-SC-ERASE-INDICATOR
The type of ERASE specified by the CICS SEND CONTROL command. Valid values are:
BRIVSCEI-NOERASE
No ERASE.
BRIVSCEI-ERASE
ERASE.
BRIVSCEI-ERASEALTERNATE
ERASE ALTERNATE.
BRIVSCEI-DEFAULT
ERASE DEFAULT.
BRIV-SC-ERASEAUP-INDICATOR
The presence of ERASEAUP on the SEND CONTROL command. Valid values are:
BRIVSCEUI-YES
ERASEAUP specified.
BRIVSCEUI-NO
ERASEAUP not specified.
BRIV-SC-FREEKB-INDICATOR
The presence of FREEKB on the SEND CONTROL command. Valid values are:
BRIVSCFKI-YES
FREEKB specified.
BRIVSCFKI-NO
FREEKB not specified.
BRIV-SC-ALARM-INDICATOR
The presence of ALARM on the SEND CONTROL command. Valid values are:
BRIVSCAI-YES
ALARM specified.
BRIVSCAI-NO
ALARM not specified.
BRIV-SC-FRSET-INDICATOR
The presence of FRSET on the SEND CONTROL command. Valid values are:
BRIVSCFSI-YES
FRSET specified.
BRIVSCFSI-NO
FRSET not specified.
BRIV-SC-LAST-INDICATOR
The presence of LAST on the SEND CONTROL command. Valid values are:
BRIVSCLI-YES
LAST specified.
BRIVSCLI-NO
LAST not specified.
BRIV-SC-WAIT-INDICATOR
The presence of WAIT on the SEND CONTROL command. Valid values are:
BRIVSCWI-YES
WAIT specified.
BRIVSCWI-NO
WAIT not specified.
BRIV-SC-CURSOR
The presence of CURSOR(data-value) on the SEND CONTROL command. Valid values are:
BRIVSCCRS-DYNAMIC
CURSOR specified with dynamic cursor positioning.
BRIVSCCRS-NONE
CURSOR(data-value) not specified.
nn
The value of CURSOR(data-value) specified.
BRIV-SC-MSR-DATA
The value of the MSR option specified on the SEND CONTROL command. Valid values are:
BRIVSCMSR-NONE
MSR option not specified.
other
The value of the MSR option specified.
BRIV-SC-ACCUM-INDICATOR
Indicates whether or not the ACCUM option is specified for EXEC CICS SEND TEXT, EXEC CICS SEND MAP, or EXEC CICS SEND CONTROL. This parameter is only available for the Link3270 bridge with extended support. See Link3270 bridge basic and extended support for a description of the different levels of support for the Link3270 bridge. Values are:
Y
The ACCUM option is specified.
N
The ACCUM option is not specified.

Link3270 SEND MAP vector

This vector is the data supplied by an EXEC CICS SEND MAP command. See the CICS Application Programming Reference manual for details of the command options.

Offset
Hex
Type
Len
Name
(0)
STRUCTURE
88
BRIV-SEND-MAP
(0)
STRUCTURE
16
Output header
(10)
CHARACTER
4
BRIV-SM-ERASE-INDICATOR
(14)
CHARACTER
4
BRIV-SM-ERASEAUP-INDICATOR
(18)
CHARACTER
4
BRIV-SM-FREEKB-INDICATOR
(1C)
CHARACTER
4
BRIV-SM-ALARM-INDICATOR
(20)
CHARACTER
4
BRIV-SM-FRSET-INDICATOR
(24)
CHARACTER
4
BRIV-SM-LAST-INDICATOR
(28)
CHARACTER
4
BRIV-SM-WAIT-INDICATOR
(2C)
FULLWORD
4
BRIV-SM-CURSOR
(30)
CHARACTER
4
BRIV-SM-MSR-DATA
(34)
CHARACTER
8
BRIV-SM-MAPSET
(3C)
CHARACTER
8
BRIV-SM-MAP
(44)
CHARACTER
4
BRIV-SM-DATA-INDICATOR
(48)
FULLWORD
4
BRIV-SM-DATA-LEN
(4C)
FULLWORD
4
BRIV-SM-DATA-OFFSET
(50)
FULLWORD
4
BRIV-SM-ADSD-LEN
(54)
FULLWORD
4
BRIV-SM-ADSD-OFFSET
(58)
FULLWORD
4
BRIV-SM-ACCUM-INDICATOR1

CHARACTER

BRIV-SM-DATA2
Notes:
  1. BRIV-SM-ACCUM-INDICATOR is available only for the Link3270 bridge with extended support.
  2. BRIV-SM-DATA is included only for compatibility with the basic support version of the Link3270 bridge. It is deprecated in CICS Transaction Server for z/OS, Version 2 Release 3. The recommended method for addressing this field is by using BRIV-SM-DATA-OFFSET. Use BRIV-SM-ADSD-OFFSET to address ADSD data.
BRIV-SM-ERASE-INDICATOR
The type of ERASE specified by the CICS SEND MAP command. Valid values are:
BRIVSMEI-NOERASE
No ERASE.
BRIVSMEI-ERASE
ERASE.
BRIVSMEI-ERASEALTERNATE
ERASE ALTERNATE.
BRIVSMEI-DEFAULT
ERASE DEFAULT.
BRIV-SM-ERASEAUP-INDICATOR
The presence of ERASEAUP on the SEND MAP command. Valid values are:
BRIVSMEUI-YES
ERASEAUP specified.
BRIVSMEUI-NO
ERASEAUP not specified.
BRIV-SM-FREEKB-INDICATOR
The presence of FREEKB on the SEND MAP command. Valid values are:
BRIVSMFKI-YES
FREEKB specified.
BRIVSMFKI-NO
FREEKB not specified.
BRIV-SM-ALARM-INDICATOR
The presence of ALARM on the SEND MAP command. Valid values are:
BRIVSMAI-YES
ALARM specified.
BRIVSMAI-NO
ALARM not specified.
BRIV-SM-FRSET-INDICATOR
The presence of FRSET on the SEND MAP command. Valid values are:
BRIVSMFSI-YES
FRSET specified.
BRIVSMFSI-NO
FRSET not specified.
BRIV-SM-LAST-INDICATOR
The presence of LAST on the SEND MAP command. Valid values are:
BRIVSMLI-YES
LAST specified.
BRIVSMLI-NO
LAST not specified.
BRIV-SM-WAIT-INDICATOR
The presence of WAIT on the SEND MAP command. Valid values are:
BRIVSMWI-YES
WAIT specified.
BRIVSMWI-NO
WAIT not specified.
BRIV-SM-CURSOR
The presence of CURSOR or CURSOR(data-value) on the SEND MAP command. Valid values are:
BRIVSMCRS-DYNAMIC
CURSOR specified (dynamic cursor positioning).
BRIVSMCCRS-NONE
Neither CURSOR nor CURSOR(data-value) specified.
nn
The value of CURSOR(data-value) specified.
BRIV-SM-MSR-DATA
The value of the MSR option specified on the SEND MAP command. Valid values are:
BRIVSMMSR-NONE
MSR option not specified.
other
The value of the MSR option specified.
BRIV-SM-MAPSET
The value of the MAPSET option specified by the SEND MAP command.
BRIV-SM-MAP
The value of the MAP option specified by the SEND MAP command.
BRIV-SM-DATA-INDICATOR
The presence of MAPONLY and DATAONLY options on the SEND MAP command. Valid values are:
BRIVSMDI-DATAONLY
DATAONLY specified.
BRIVSMDI-MAPONLY
MAPONLY specified.
BRIVSMDI-DEFAULT
Neither DATAONLY nor MAPONLY specified.
BRIV-SM-DATA-LEN
The length of the data in BRIV-SM-DATA. This is the length of the symbolic map or ADS (application data structure).
BRIV-SM-DATA-OFFSET
The offset from the beginning of the SEND MAP vector to the data associated with the FROM option of the SEND MAP command.
BRIV-SM-ADSD-LEN
The length of the ADS descriptor associated with this map. This length is zero if the ADSD is not available or was not requested (BRIH-ADSDESCRIPTOR set to BRIHADSD-NONE).
BRIV-SM-ADSD-OFFSET
The offset from the beginning of the SEND MAP vector to the ADSD. This is zero if the ADSD is not available or was not requested.
BRIV-SM-ACCUM-INDICATOR
Indicates whether or not the ACCUM option is specified for EXEC CICS SEND TEXT, EXEC CICS SEND MAP, or EXEC CICS SEND CONTROL. This parameter is only available for the Link3270 bridge with extended support. See Link3270 bridge basic and extended support for a description of the different levels of support for the Link3270 bridge. Values are:
Y
The ACCUM option is specified.
N
The ACCUM option is not specified.
BRIV-SM-DATA
This field is included only for compatibility with the basic support version of the Link3270 bridge. (See Link3270 bridge basic and extended support for a description of the different levels of support for the Link3270 bridge.) It is recommended that you use BRIV-SM-DATA-OFFSET to address this field.

Link3270 SEND TEXT vector

This vector is the data supplied by an EXEC CICS SEND TEXT command. See the CICS Application Programming Reference manual for details of the command options.

Start of change
Offset
Hex
Type
Len
Name
(0)
STRUCTURE
60
BRIV-SEND-TEXT
(0)
STRUCTURE
16
Output header
(10)
CHARACTER
4
BRIV-ST-ERASE-INDICATOR
Start of change
(14)
End of change
Start of change
CHARACTER
End of change
Start of change
4
End of change
Start of change
FILLER
End of change
(18)
CHARACTER
4
BRIV-ST-FREEKB-INDICATOR
(1C)
CHARACTER
4
BRIV-ST-ALARM-INDICATOR
(20)
CHARACTER
4
BRIV-ST-ACCUM-INDICATOR1
(24)
CHARACTER
4
BRIV-ST-LAST-INDICATOR
(28)
CHARACTER
4
BRIV-ST-WAIT-INDICATOR
(2C)
FULLWORD
4
BRIV-ST-CURSOR
(30)
CHARACTER
4
BRIV-ST-MSR-DATA
(34)
CHARACTER
4
BRIV-ST-TEXT-TYPE
(38)
FULLWORD
4
BRIV-ST-DATA-LEN
(3C)
FULLWORD
4
BRIV-ST-DATA-OFFSET1
(40)
FULLWORD
4
BRIV-ST-HEADER-LEN1
(44)
FULLWORD
4
BRIV-ST-HEADER-OFFSET1
(48)
FULLWORD
4
BRIV-ST-TRAILER-LEN1
(4C)
FULLWORD
4
BRIV-ST-TRAILER-OFFSET1
50
CHARACTER

BRIV-ST-DATA2
End of change

Notes:
  1. The fields in bold type are available only for the Link3270 bridge with extended support.
  2. BRIV-ST-DATA is included only for compatibility with the basic support version of the Link3270 bridge. It is deprecated in CICS Transaction Server for z/OS, Version 2 Release 3. The recommended method for addressing this field is by using BRIV-ST-DATA-OFFSET.
BRIV-ST-ERASE-INDICATOR
The type of ERASE specified by the CICS SEND TEXT command. Valid values are:
BRIVSTEI-NOERASE
No ERASE.
BRIVSTEI-ERASE
ERASE.
BRIVSTEI-ERASEALTERNATE
ERASE ALTERNATE.
BRIVSTEI-DEFAULT
ERASE DEFAULT.
BRIV-ST-FREEKB-INDICATOR
The presence of FREEKB on the SEND TEXT command. Valid values are:
BRIVSTFKI-YES
FREEKB specified.
BRIVSTFKI-NO
FREEKB not specified.
BRIV-ST-ALARM-INDICATOR
The presence of ALARM on the SEND TEXT command. Valid values are:
BRIVSTAI-YES
ALARM specified.
BRIVSTAI-NO
ALARM not specified.
BRIV-ST-ACCUM-INDICATOR
Indicates whether or not the ACCUM option is specified for EXEC CICS SEND TEXT, EXEC CICS SEND MAP, or EXEC CICS SEND CONTROL. This parameter is only available for the Link3270 bridge with extended support. See Link3270 bridge basic and extended support for a description of the different levels of support for the Link3270 bridge. Values are:
Y
The ACCUM option is specified.
N
The ACCUM option is not specified.
BRIV-ST-LAST-INDICATOR
The presence of LAST on the SEND TEXT command. Valid values are:
BRIVSTLI-YES
LAST specified.
BRIVSTLI-NO
LAST not specified.
BRIV-ST-WAIT-INDICATOR
The presence of WAIT on the SEND TEXT command. Valid values are:
BRIVSTWI-YES
WAIT specified.
BRIVSTWI-NO
WAIT not specified.
BRIV-ST-CURSOR
The presence of CURSOR(data-value) on the SEND TEXT command. Valid values are:
BRIVSTCRS-DYNAMIC
CURSOR specified (dynamic cursor positioning).
BRIVSTCRS-NONE
CURSOR(data-value) not specified.
nn
The value of CURSOR(data-value) specified.
BRIV-ST-MSR-DATA
The value of the MSR option specified on the SEND TEXT command. Valid values are:
BRIVSTMSR-NONE
MSR option not specified.
other
The value of the MSR option specified.
BRIV-ST-TEXT-TYPE
The presence of MAPPED or NOEDIT options on the SEND TEXT command. Valid values are:
BRIVSTTT-MAPPED
MAPPED specified.
BRIVSTTT-NOEDIT
NOEDIT specified.
BRIVSTTT-DEFAULT
Neither MAPPED nor NOEDIT specified.
BRIV-ST-DATA-LEN
The length of the data in BRIV-ST-DATA1.
BRIV-ST-DATA-OFFSET
The offset of the data from the start of the vector. This parameter is only available for the Link3270 bridge with extended support. See Link3270 bridge basic and extended support for a description of the different levels of support for the Link3270 bridge.
BRIV-ST-HEADER-LEN
The length of the text header. This parameter is only available for the Link3270 bridge with extended support. See Link3270 bridge basic and extended support for a description of the different levels of support for the Link3270 bridge.
BRIV-ST-HEADER-OFFSET
The offset of the text header from the start of the vector. Use this value to address the header. This parameter is only available for the Link3270 bridge with extended support. See Link3270 bridge basic and extended support for a description of the different levels of support for the Link3270 bridge.
BRIV-ST-TRAILER-LEN
The length of the text trailer. This parameter is only available for the Link3270 bridge with extended support. See Link3270 bridge basic and extended support for a description of the different levels of support for the Link3270 bridge.
BRIV-ST-TRAILER-OFFSET
The offset of the text trailer from the start of the vector. Use this value to address the trailer. This parameter is only available for the Link3270 bridge with extended support. See Link3270 bridge basic and extended support for a description of the different levels of support for the Link3270 bridge.
BRIV-ST-DATA
This field is included only for compatibility with the basic support version of the Link3270 bridge. See Link3270 bridge basic and extended support for a description of the different levels of support for the Link3270 bridge. It is recommended that you use BRIV-ST-DATA-OFFSET to access the data contained in the FROM option of the SEND TEXT command.
Notes:
  1. If the MAPPED option is used, you must add a 4 byte page control area (PGA) to the end of the data. See the CICS Application Programming Reference manual for a description of the PGA. These 4 bytes are not included in BRIV-ST-DATA-LEN, but are included in BRIV-OUTPUT-VECTOR-LENGTH and BRIH-DATALENGTH.

Link3270 SEND PAGE vector

This vector is the data supplied by an EXEC CICS SEND PAGE command. See the CICS Application Programming Reference manual for details of the command options. This vector is only available for the Link3270 bridge with extended support. See Link3270 bridge basic and extended support for a description of the different levels of support for the Link3270 bridge.

Offset
Hex
Type
Len
Name
(0)
STRUCTURE
88
BRIV-SEND-PAGE
(0)
STRUCTURE
16
Output header
(10)
CHARACTER
4
BRIV-PG-RELEASE-INDICATOR
(14)
CHARACTER
4
BRIV-PG-RETAIN-INDICATOR
(18)
CHARACTER
4
BRIV-PG-LAST-INDICATOR
(1C)
CHARACTER
4
BRIV-PG-TRANSID
(20)
FULLWORD
4
BRIV-PG-TRAILER-LEN
(24)
FULLWORD
4
BRIV-PG-TRAILER-OFFSET
BRIV-PG-RELEASE-INDICATOR
Indicates whether or not the RELEASE option is specified. Valid values are:
Y
RELEASE is specified.
N
RELEASE is not specified.
BRIV-PG-RETAIN-INDICATOR
Indicates whether or not the RETAIN option is specified. Valid values are:
Y
RETAIN is specified.
N
RETAIN is not specified.
BRIV-PG-LAST-INDICATOR
Indicates whether or not LAST is specified. Valid values are:
Y
LAST is specified.
N
LAST is not specified.
BRIV-PG-TRANSID
The name of the transaction to be used on the next message.
BRIV-PG-TRAILER-LEN
The length of the trailer.
BRIV-PG-TRAILER-OFFSET
The offset of the trailer from the start of the vector.

Link3270 PURGE MESSAGE vector

This vector is the data supplied by an EXEC CICS PURGE MESSAGE command. See the CICS Application Programming Reference manual for details of the command options. This vector is only available for the Link3270 bridge with extended support. See Link3270 bridge basic and extended support for a description of the different levels of support for the Link3270 bridge.

There are no parameters for this vector.

Link3270 SYNCPOINT vector

This vector is the data supplied by an EXEC CICS SYNCPOINT command. See the CICS Application Programming Reference manual for details of the command options.

This vector is supplied when the application issues one of the following:

Note:
The vector is not supplied on the implicit syncpoint which occurs when a transaction completes.
Offset
Hex
Type
Len
Name
(0)
STRUCTURE
20
BRIV-SYNCPOINT
(0)
STRUCTURE
16
Output header
(10)
CHARACTER
4
BRIV-SP-ROLLBACK
(14)
CHARACTER
4
BRIV-SP-EXPLICIT
(18)
FULLWORD
4
BRIV-SP-RESP
BRIV-SP-ROLLBACK
The presence of ROLLBACK on the CICS SYNCPOINT command. Valid values are:
BRIVSPR-YES
ROLLBACK specified.
BRIVSPR-NO
ROLLBACK not specified.
BRIV-SP-EXPLICIT
Whether the syncpoint was explicit ( resulting from a SYNCPOINT command) or implicit (resulting from a CICS or RMI command which issues an implicit syncpoint). Refer to the description above for more information. Valid values are:
BRIVSPE-YES
The SYNCPOINT command was issued.
BRIVSPE-NO
The syncpoint was implicit.
BRIV-SP-RESP
The EIBRESP value returned from the SYNCPOINT command.

Link3270 CONVERSE request vector

This vector is the data supplied by an EXEC CICS CONVERSE request that was issued by the user application, but there was no CONVERSE vector in the input message. See the CICS Application Programming Reference manual for details of the command options.

Offset
Hex
Type
Len
Name
(0)
STRUCTURE
48
BRIV-CONVERSE-REQUEST
(0)
STRUCTURE
16
Output header
(10)
CHARACTER
4
BRIV-COR-ERASE-INDICATOR
(14)
CHARACTER
4
BRIV-COR-CTLCHAR
(18)
CHARACTER
4
BRIV-COR-STRFIELD-INDICATOR
(1C)
CHARACTER
4
BRIV-COR-DEFRESP-INDICATOR
(20)
CHARACTER
12
(reserved)
(2C)
FULLWORD
4
BRIV-COR-DATA-LEN
(30)
CHARACTER

BRIV-COR-DATA
BRIV-COR-ERASE-INDICATOR
The type of ERASE specified by the CICS CONVERSE command. Valid values are:
BRIVCOREI-NOERASE
No ERASE.
BRIVCOREI-ERASE
ERASE.
BRIVCOREI-ERASEALTERNATE
ERASE ALTERNATE.
BRIVCOREI-DEFAULT
ERASE DEFAULT.
BRIV-COR-CTLCHAR
The CTLCHAR value specified by the CONVERSE command. Valid values are:
BRIVCORCC-DEFAULT
X'C3'.
cc
The value in CTLCHAR.
BRIV-COR-STRFIELD-INDICATOR
The presence of STRFIELD on the CONVERSE command. Valid values are:
BRIVCORSI-YES
STRFIELD specified.
BRIVCORSI-NO
STRFIELD not specified.
BRIV-COR-DEFRESP-INDICATOR
The presence of DEFRESP on the CONVERSE command. Valid values are:
BRIVCORDRI-YES
DEFRESP specified.
BRIVCORDRI-NO
DEFRESP not specified.
BRIV-COR-DATA-LEN
The length of the data in BRIV-COR-DATA. This is explicitly defined in the LENGTH or FLENGTH option, or derived from the length of the field.
BRIV-COR-DATA
Character field of length BRIV-COR-DATA-LEN containing the data addressed by the FROM option of the CONVERSE command.

Link3270 RECEIVE request vector

This vector is the data supplied by an EXEC CICS RECEIVE request . See the CICS Application Programming Reference manual for details of the command options.

Offset
Hex
Type
Len
Name
(0)
STRUCTURE
20
BRIV-RECEIVE-REQUEST
(0)
STRUCTURE
16
Output header
(10)
CHARACTER
4
BRIV-RER-BUFFER-INDICATOR
BRIV-RER-BUFFER-INDICATOR
The presence of BUFFER on the CICS RECEIVE command. Valid values are:
BRIVRERBI-YES
BUFFER specified.
BRIVRERBI-NO
BUFFER not specified.

Link3270 RECEIVE MAP request vector

This vector is the data supplied by an EXEC CICS RECEIVE MAP request. See the CICS Application Programming Reference manual for details of the command options.

Offset
Hex
Type
Len
Name
(0)
STRUCTURE
36
BRIV-RECEIVE-MAP-REQUEST
(0)
STRUCTURE
16
Output header
(10)
CHARACTER
8
BRIV-RMR-MAPSET
(18)
CHARACTER
8
BRIV-RMR-MAP
(20)
FULLWORD
4
BRIV-RMR-ADSD-LEN
(24)
CHARACTER

BRIV-RMR-ADSD
BRIV-RMR-MAPSET
The value of the MAPSET option on the RECEIVE MAP command.
BRIV-RMR-MAP
The value of the MAP option on the RECEIVE MAP command.
BRIV-RMR-ADSD-LEN
The length of the ADS descriptor associated with this map. This length is zero if the ADSD is not available or was not requested (BRIH-ADSDESCRIPTOR set to BRIHADSD-NONE).
BRIV-RMR-ADSD
The ADS descriptor associated with the requested map. No data is sent if BRIV-RMR-ADSD-LEN is zero.

Related concepts
The Link3270 bridge mechanism
Related tasks
Using the Link3270 bridge
Writing the Link3270 client
Related reference
Link3270 message formats
Link3270 message header (BRIH)
Inbound Link3270 vectors
The application data structure (ADS)
Link3270 diagnostics
[[ Contents Previous Page | Next Page Index ]]