- queue
- If all available sessions are in use, CICS® is to queue this request
(and block the method) until it can allocate a session.
- noQueue
- Control is returned to the application if it cannot allocate a session.
CICS raises the SYSBUSY condition.
Indicates whether queuing is required on an allocate
method.
- normal
- The default.
- confirmation
- Indicates that a program using SyncLevel level1 or level2 requires a
response from the remote partner program. The remote partner can respond positively,
using the issueConfirmation method, or negatively, using
the issueError method. The sending program does not
receive control back from CICS until the response is received.
- wait
- Requests that the data is sent and not buffered internally. CICS is
free to buffer requests to improve performance if this option is not specified.
Used to indicate how the state of a conversation is to be reported.
- lastCommand
- Return the state at the time of the completion of the last operation
on the session.
- extractState
- Return the explicitly extracted current state.
- level0
- Sync level 0
- level1
- Sync level 1
- level2
- Sync level 2
[[ Contents Previous Page | Next Page Index ]]