ContainerSetData Method (String)

CICS Transaction Gateway V9.3.0.0
Sets the contents of a Container that is of type CHAR.

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

public void SetData(
	string charData
)

Parameters

charData
Type: SystemString
The String data to put into the Container.
Exceptions

ExceptionCondition
ContainerTypeExceptionThe Container is not of type CHAR.
ObjectDisposedExceptionWhen this Container has already been disposed.
See Also

Reference