z/OS MVS Programming: Callable Services for High-Level Languages
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


CeaTsoAttn - Sending an attention interrupt to a TSO/E session

z/OS MVS Programming: Callable Services for High-Level Languages
SA23-1377-02

Use the CeaTsoAttn request type to send an attention interrupt to a TSO/E address space started by CEA. An attention interrupt allows you to interrupt or end a process that is taking place. This request type is useful if the client is stuck at a prompt or if you submitted a request to which the system is not responding.

To perform this request, the CEA TSO/E address space manager extracts the caller’s security UTOKEN from the caller’s environment and uses it when needed.

Table 1 lists the input callers must provide for each structure used for this request type and the output that will be provided. No other fields in the structures are used. The value for the unused fields is indeterminate. For more details about the fields listed for each structure, see Parameters.

Table 1. Input and output for each structure used for the CeaTsoAttn request type
Structure Required Input Output
CeaTsoRequestStruct
  • eyecatcher
  • ceatso_version
  • ceatso_requesttype
  • ceatso_asid
  • ceatso_apptag
  • ceatso_stoken
  • ceatso_index
None
CeaTsoQueryStruct Not used for this request type. Not used for this request type.
CeaTsoErrorStruct
  • eyeCatcher
  • version
  • returnCode
  • reasonCode
  • diag

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014