EciRequestSetCommareaData Method

CICS Transaction Gateway V9.3.0.0
Sets the COMMAREA data associated with the request.

Namespace:  IBM.CTG
Assembly:  IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 9.1.0.0 (9.1.0.4)
Syntax

public void SetCommareaData(
	byte[] commarea
)

Parameters

commarea
Type: SystemByte
A byte array containing the COMMAREA data, or to specify no COMMAREA.
Exceptions

ExceptionCondition
ArgumentOutOfRangeException The length of commarea exceeds the maximum value of an Int16 (32767).
See Also

Reference