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 |
---|---|
String |
getCurrentDate() |
String |
getCurrentTime() |
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.
|
String |
getLocalDate()
Returns the local date from the last DLI call using this IOPCB.
|
String |
getLocalTime()
Returns the local time from the last DLI call using this IOPCB.
|
String |
getLogicalTerminalName()
Gets the logical terminal name.
|
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.
|
String |
getStatusCodeChars()
Returns the IMS status code of the last DL/I call as a character string.
|
String |
getUserid()
Returns the userid from the last DL/I call using this IOPCB.
|
byte |
getUserIDIndicator() |
byte[] |
getUTCOffset() |
static final int IOPCB_SIZE
String getLogicalTerminalName()
short getStatusCode()
IMSStatusCodes
String getStatusCodeChars()
String getLocalDate()
String getLocalTime()
String getCurrentDate()
String getCurrentTime()
byte[] getUTCOffset()
byte getUserIDIndicator()
int getInputMessageSequenceNumber()
String getMODName()
String getUserid()
String getGroupName()
(c) Copyright IBM Corporation 2008, 2017.