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


Example 9: The use of the TSOLIB QUIET operand

z/OS TSO/E Command Reference
SA32-0975-00

Operation: (1) Activate a single data set 'aalib.load', to which the system associates a ddname of SYS00100, (2) activate a concatenation of data sets, to which the system associates a ddname of SYS00101, (3) and invoke a REXX exec to show use of the QUIET operand when ISPF is active.

The contents of the variables in the ISPF shared pool are then examined. Assume no previous request has been issued before.
READY
TSOLIB ACTIVATE DATASET(mylib.load)
TSOLIB ACTIVATE DATASET('sys3.loadlib1' 'sys3.testlib')
Invoke the following REXX exec when ISPF is active:
/* rexx */
ADDRESS TSO
"TSOLIB DISPLAY QUIET"
⋮
The ISPF shared pool variables are now set as follows:
Variable
Content
IKJTSM
4
IKJTSM1
TSOLIB DISPLAY QUIET
IKJTSM2
IDY00022I Search order (by DDNAME) is:
IKJTSM3
IDY00023I DDNAME = SYS00101
IKJTSM4
IDY00024I DDNAME = SYS00100 (Stacked)

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014