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


The IKJTBLS Parameter List

z/OS TSO/E Programming Services
SA32-0973-00

Use the IKJTLS macro, provided in SYS1.MACLIB, to map the parameter list for IKJTBLS.
TLSTAB
An 8-byte character string that indicates the table to be searched. Set the contents of this 8-byte field to one of the following EBCDIC values:
AUTHCMD
Search the table of authorized commands.
AUTHPGM
Search the table of programs that are authorized when invoked via the CALL command.
AUTHTSF
Search the table of programs that are authorized when invoked through the TSO/E Service Facility.
NOTBKGND
Search the table of commands not supported in the background.
TLSCMD
An 8-byte character string that contains the name of the program or command to search for. Set the contents of the 8-byte field to the EBCDIC representation of the program or command name. If the name of the program or command is less than eight characters, either it must be left- justified if the table was built from a SYS1.PARMLIB member or it must appear exactly as it does in the table built using the CSECT.
TLSABND
A fullword containing the hexadecimal abend code issued by IKJTBLS. If IKJTBLS returns to its caller with a return code of 20 (decimal), this field contains the abend code. For all other return codes, IKJTBLS sets this field to zero.
TLSREAS
A fullword containing the hexadecimal abend reason code issued by IKJTBLS. If IKJTBLS returns to its caller with a return code of 20 (decimal), this field contains the abend reason code. For all other return codes, IKJTBLS sets this field to zero.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014