The following support is provided for the INQUIRE TASK options:
Methods |
JCICS class |
EXEC CICS Commands |
getAPPLID(), getSYSID() |
Task |
INQUIRE TASK FACILITY |
getSTARTCODE() |
Task |
INQUIRE TASK STARTCODE |
get TransactionName() |
Task |
INQUIRE TASK TRANSACTION |
getUserid() |
Task |
INQUIRE TASK USERID |
Notes: - FACILITY
- You can find the name of the task's principal facility by calling the getName() method on the task's principal facility, which can in
turn be found by calling the getPrincipalFacility() method on the
current Task object.
- FACILITYTYPE
- You can determine the type of facility by using the Java instanceof operator to check the class of the returned object reference.
No other INQUIRE TASK options are supported.