INQUIRE TASK

The following support is provided for the INQUIRE TASK API command options.

Methods JCICS class
getSTARTCODE() Task
getTransactionName() Task
getUSERID() Task
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.