z/OS TSO/E Customization
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Programming considerations

z/OS TSO/E Customization
SA32-0976-00

The exit can access information that the names service places in a temporary table. To retrieve the name of the table and the information in it, include the following statements in the exit:
ISPEXEC VGET (QCAEXITT) SHARED
ISPEXEC TBGET &QCAEXITT SAVENAME(varname)
After the two statements execute, varname contains one of the following:
  • Nulls if the information in the table is for an individual name
  • Contains a list of extension variables if the information in the table is for a group. The extension variables are the IDs for the group entries.

After the exit retrieves the name of the table and the information in the table, it can use different variables in its processing. For a list of the variables and their contents, see Variable descriptions.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014