Displaying sysplex variables


The BBI control command .DISPLAY VARIABLES shows all SHARED or sysplex variables according to the naming convention.

Some examples follow.

Example 1: Display all SHARED variables.

.D V * SHARED

Example 2: Display all sysplex variables.

.D V AOSPLX_*

Example 3: Display some sysplex variables.

.D V AOSPLX_CICS+
.D V AOSPLX_IMS*

The .D V command will also show some statistics for sysplex variables such as the number of existing variables, the total number of possible variables, and so on.

The following example shows additional output lines that include information about sysplex variables.

11:04:39  .D V
11:04:39  IM9100I  COMMAND ACCEPTED
11:04:39  IM9207I  SHARED VARIABLE POOL DISPLAY
11:04:39  IM9208I  TOTAL NUMBER OF VARIABLES :     38
11:04:39  IM9209I  VIRTUAL STORAGE IN USE:            6K
11:04:39    IM9297I  SYSPLEX VARIABLE POOL DISPLAY
11:04:39    IM9208I  TOTAL NUMBER OF VARIABLES : 18,544
11:04:39    IM9298I  MAXIMUM SYSPLEX POOL VARIABLES:  22,862
11:04:39  IM9215I  PROFILE VARIABLE POOL DISPLAY
11:04:39  IM9208I  TOTAL NUMBER OF VARIABLES :      0
11:04:39  IM9209I  VIRTUAL STORAGE IN USE:            1K
11:04:39  IM9218I  CURRENT PROFILE POOL UTILIZATION: 000%

 

Warning

Note

The variable application can slow down noticeably when a large coupling facility structure (one that is multiple megabytes) is allocated because the application has to read all existing sysplex variables each time you press Enter.

The page up (PF7) and page down (PF8) operations do not re-read sysplex variables, rather they only scroll up and down the existing display without refreshing the data.

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

MainView AutoOPERATOR 8.2