Enumerations

AbendHandlerOpt

respectAbendHandler
Allows control to be passed to an abend handling program if one is in effect.
ignoreAbendHandler
Does not allow control to be passed to any abend handling program that may be in effect.

AbendDumpOpt

createDump
Take a transaction dump when servicing an abend request.
suppressDump
Do not take a transaction dump when servicing an abend request.

DumpOpts

The values may be added, or bitwise ORed, together to get the desired combination. For example IccTask::dProgram + IccTask::dDCT + IccTask::dSIT.

dDefault
dComplete
dTask
dStorage
dProgram
dTerminal
dTables
dDCT
dFCT
dPCT
dPPT
dSIT
dTCT
dTRT

FacilityType

none
The task has no principal facility, that is, it is a background task.
terminal
This task has a terminal as its principal facility.
session
This task has a session as its principal facility, that is, it was probably started as a backend DTP program.
dataqueue
This task has a transient data queue as its principal facility.

StartType

DPL
Distributed program link request
dataQueueTrigger
Trigger by data arriving on a data queue
startRequest
Started as a result of an asynchronous start request. See IccStartRequestQ class.
FEPIRequest
Front end programming interface. See CICS/ESA: Front End Programming Interface User's Guide, SC33-1175.
terminalInput
Started via a terminal input
CICSInternalTask
Started by CICS®.

StorageOpts

ifSOSReturnCondition
If insufficient space is available, return NOSTG condition instead of blocking the task.
below
Allocate storage below the 16Mb line.
userDataKey
Allocate storage in the USER data key.
CICSDataKey
Allocate storage in the CICS data key.

TraceOpt

normal
The trace entry is a standard entry.
exception
The trace entry is an exception entry.

WaitPostType

MVSPost
ECB is posted using the MVS™ POST service.
handPost
ECB is hand posted (that is, using some method other than the MVS POST service).

WaitPurgeability

purgeable
Task can be purged via a system call.
notPurgeable
Task cannot be purged via a system call.
[[ Contents Previous Page | Next Page Index ]]