JCICS support for EXEC CICS INQUIRE TASK
The following support is provided for the INQUIRE TASK API command options.
JCICS API mapping to EXEC CICS API lists the methods and classes that provide support for INQUIRE 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.