public interface ReadableCHARContainer extends ReadableContainer<java.lang.String>
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
Copyright
|
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 |
static final java.lang.String COPYRIGHT
java.lang.String get() throws CICSConditionException
String
EXEC CICS API commands:
EXEC CICS GET CONTAINER
get
in interface ReadableContainer<java.lang.String>
String
CICSConditionException
- 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.