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


CeaTsoQuery - Querying the TSO/E address spaces

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

Use the CeaTsoQuery request type to obtain information from the CEA TSO/E address space manager about a TSO/E address space started by CEA.

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 CeaTsoQuery request type
Structure Required Input Output
CeaTsoRequestStruct
  • eyecatcher
  • ceatso_version
  • ceatso_requesttype
  • ceatso_asid
  • ceatso_apptag
  • ceatso_stoken
  • ceatso_index
None
CeaTsoQueryStruct
  • eyecatcher
  • ceatso_version
If the return code is CEASUCCESS, the following fields are returned:
  • ceatso_userid
  • ceatso_asid
  • ceatso_logonproc
  • ceatso_msgqueueid
  • ceatso_charset
  • ceatso_codepage
  • ceatso_screenrows
  • ceatso_screencols
  • ceatso_account
  • ceatso_group
  • ceatso_region
  • ceatso_apptag
  • ceatso_stoken
  • ceatso_index
CeaTsoErrorStruct
  • eyeCatcher
  • version
  • returnCode
  • reasonCode
  • diag

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014