DISPLAY and PRINT command options

You can use the DISPLAY and PRINT commands to display the values of any initialization parameters plus some additional information.

The parameters supported by the DISPLAY and PRINT commands are as follows:

ARMREGISTERED
Shows whether ARM registration was successful (YES or NO).
CONNECTIONS
Display the job names and APPLIDs of the regions currently connected to the server to which the command is issued.

This keyword can be abbreviated to CONN.

COUNTERS
Display the names of all the named counters currently allocated in a pool.
COUNTERS={name|generic_name}
Display the details of a specific named counter, or set of named counters whose names match the generic name. Generic names are specified using the wildcard characters * (asterisk symbol) and % (per cent symbol).

If no named counter is specified, this is treated as equivalent to DISPLAY COUNTERS.

This keyword can be abbreviated to COUNTER.

DISPLAY and PRINT options for statistics summaries

Use the following parameters to display or print statistics:

CFSTATS
Display statistics for coupling facility interface accesses and responses from the server.

This keyword can also be specified as CFST or STATSCF.

POOLSTATS
Display usage statistics for the pool list structure as a whole. This is based on information returned by coupling facility access requests, therefore it is only as current as the most recent request made through the server to which the command is issued.

This keyword can be abbreviated to POOLST.

STORAGESTATS
Display main storage allocation statistics for the server address space.

This keyword can be abbreviated to STORAGEST or STGST.

DISPLAY and PRINT options for combined lists of information

These keywords represent combined lists of information:

PARAMETERS
Display the main parameter values:
  • POOLNAME
  • STATSOPT
  • ENDOFDAY
  • STATSINTERVAL
  • POOLSIZE
This keyword can be abbreviated to PARM or PARMS.
ALLPARAMETERS
Display all parameter values, which are those listed for PARAMETERS, as well as the following:
  • CFTRACE
  • RQTRACE
  • ENTRYWARN
  • ENTRYWARNINC
This keyword can be abbreviated to ALLPARMS.
STATISTICS
Display all available statistics. This keyword can be abbreviated to STAT or STATS.
INITIALIZED
Display the parameters and statistics that are usually displayed when initialization is complete, which are those listed for PARAMETERS, as well as the following:
  • POOLSTATS
  • STGSTATS
This keyword can be abbreviated to INIT.
ARM
Display all ARM-related parameter values:
  • ARMELEMENTNAME
  • ARMELEMENTTYPE
  • ARMREGISTERED
This keyword can be coded as ARMSTATUS.