public interface IOPCB
The IOPCB
interface contains all the data attributes of the
IOPCB communication block from the most recent DL/I call. The
IOPCB
contains the two character status code returned by IMS
after the last DL/I call. The IOPCB
object reference is
retrieved using the AIB class.
AIB
Modifier and Type | Field and Description |
---|---|
static int |
IOPCB_SIZE |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCurrentDate() |
java.lang.String |
getCurrentTime() |
java.lang.String |
getGroupName()
Returns the group name from the last DL/I call using this IOPCB.
|
int |
getInputMessageSequenceNumber()
Returns the input message sequence number from the last DL/I call using
this IOPCB.
|
java.lang.String |
getLocalDate()
Returns the local date from the last DLI call using this IOPCB.
|
java.lang.String |
getLocalTime()
Returns the local time from the last DLI call using this IOPCB.
|
java.lang.String |
getLogicalTerminalName()
Gets the logical terminal name.
|
java.lang.String |
getMODName()
Returns the message output descriptor (MOD) name from the last DL/I call
using this IOPCB.
|
short |
getStatusCode()
Returns the IMS status code of the last DLI call.
|
java.lang.String |
getStatusCodeChars()
Returns the IMS status code of the last DL/I call as a character string.
|
java.lang.String |
getUserid()
Returns the userid from the last DL/I call using this IOPCB.
|
byte |
getUserIDIndicator() |
byte[] |
getUTCOffset() |
static final int IOPCB_SIZE
java.lang.String getLogicalTerminalName()
short getStatusCode()
IMSStatusCodes
java.lang.String getStatusCodeChars()
java.lang.String getLocalDate()
java.lang.String getLocalTime()
java.lang.String getCurrentDate()
java.lang.String getCurrentTime()
byte[] getUTCOffset()
byte getUserIDIndicator()
int getInputMessageSequenceNumber()
java.lang.String getMODName()
java.lang.String getUserid()
java.lang.String getGroupName()