Gets or sets the limit on the COMMAREA length sent with the request.
Namespace:
IBM.CTGAssembly: IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 1.0.0.0
Syntax
C# |
---|
public short CommareaOutboundLength { get; set; } |
Visual Basic (Declaration) |
---|
Public Property CommareaOutboundLength As Short |
Visual C++ |
---|
public: property short CommareaOutboundLength { short get (); void set (short value); } |
Property Value
The maximum outbound COMMAREA length.
Remarks
The CommareaInboundLength and
CommareaOutboundLength properties can be used to limit the amount of data
sent between an application and a Gateway daemon. This can be useful when there is a large difference between
the size of data that is read by the CICS program and the size of data that is modified by the program.