com.ibm.ims.base
Class IOPCB

java.lang.Object
  |
  +--com.ibm.ims.base.IOPCB

public final class IOPCB
extends java.lang.Object

The IOPCB class contains all the data attributes of the IMS I/O Program Communication Block and the necessary getter and setter method. IMS describes the results of the calls your program issues in the I/O PCB that is referenced in the call. For more information, see IMS Application Programming: Transaction Manager.


Method Summary
 java.lang.String getGroupName()
          Returns the group name from the last DLI call using this IOPCB.
 int getInputMessageSequenceNumber()
          Returns the input message sequence number from the last DLI 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()
          Returns the logical terminal name in this IOPCB.
 java.lang.String getMODName()
          Returns the message output descriptor (MOD) name from the last DLI call using this IOPCB.
 short getStatusCode()
          Returns the status code from the last DLI call using this IOPCB.
 java.lang.String getUserid()
          Returns the userid from the last DLI call using this IOPCB.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLogicalTerminalName

public java.lang.String getLogicalTerminalName()
Returns the logical terminal name in this IOPCB. The maximun length is 8 characters.
Returns:
The IOPCB's logical terminal name.

getStatusCode

public short getStatusCode()
Returns the status code from the last DLI call using this IOPCB.
Returns:
The IOPCB's IMS status code.

getLocalDate

public java.lang.String getLocalDate()
Returns the local date from the last DLI call using this IOPCB. The local date is in the format yyddd.
Returns:
The IOPCB's local date.

getLocalTime

public java.lang.String getLocalTime()
Returns the local time from the last DLI call using this IOPCB. The local time is in the format hhmmsst.
Returns:
The IOPCB's local time.

getInputMessageSequenceNumber

public int getInputMessageSequenceNumber()
Returns the input message sequence number from the last DLI call using this IOPCB.
Returns:
The IOPCB's input message sequence number.

getMODName

public java.lang.String getMODName()
Returns the message output descriptor (MOD) name from the last DLI call using this IOPCB. The maximum length is 8 characters.
Returns:
The IOPCB's message output descriptor (MOD) name.

getUserid

public java.lang.String getUserid()
Returns the userid from the last DLI call using this IOPCB. The maximum length is 8 characters.
Returns:
The IOPCB's userid.

getGroupName

public java.lang.String getGroupName()
Returns the group name from the last DLI call using this IOPCB. The maximum length is 8 characters.
Returns:
The IOPCB's group name.


(C) International Business Machines Corporation 2004. All rights reserved.