public interface ReadableCHARContainer extends ReadableContainer<java.lang.String>
| Modifier and Type | Method and Description |
|---|---|
ReadableBITContainer |
asReadableBITContainer()
Returns a view of this container as a BIT container, which exposes the raw
bytes in the CICS container, without having CICS convert them to a target
codepage.
|
java.lang.String |
get()
Get the contents of this container as a
String |
java.lang.String get()
throws CICSConditionException
String
EXEC CICS API commands:
EXEC CICS GET CONTAINERget in interface ReadableContainer<java.lang.String>StringCICSConditionException - if there is a problem getting the data from
CICS
RespCodes:
ReadableBITContainer asReadableBITContainer()
ReadableBITContainer will
effectively pass the NOCONVERT argument to the
EXEC CICS GET CONTAINER command.