z/OS JES2 Commands
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


$D CKPTSPACE - Display checkpoint spaces

z/OS JES2 Commands
SA32-0990-00

Function

To display information about the amount of space in the checkpoint.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-$D--CKPTSPACE--+-------------+--+------------+--------------->
                  '-,--BERTFREE-'  '-,--BERTNUM-'   

>--+------------+--+-------------+------------------------------>
   '-,--BERTUSE-'  '-,--BERTWARN-'   

>--+---------------------------+-------------------------------->
   '-,--CKPT1--=--+-CAPACITY-+-'   
                  '-UNUSED---'     

>--+---------------------------+-------------------------------><
   '-,--CKPT2--=--+-CAPACITY-+-'   
                  '-UNUSED---'     

Parameters

BERTFREE
The current number of free BERT entries.
BERTNUM
The number of BERT (Block Extent Reuse Table) entries defined in the checkpoint.
BERTUSE
The types of control blocks in BERTs and the number of BERTs used by each control block type.
BERTWARN
The threshold of BERT utilization at which the $HASP050 message should be issued.
CKPT1=(CAPACITY|UNUSED)
Displays information about the number of 4K records in the checkpoint data set.
CAPACITY
The maximum capacity of the CKPT1 data set in 4K records.
UNUSED
The number of 4K records that are unused by the CKPT1 data set.
CKPT2=(CAPACITY|UNUSED)
Displays information about the number of 4K records in the checkpoint data set.
CAPACITY
The maximum capacity of the CKPT2 data set in 4K records.
UNUSED
The number of 4K records that are unused by the CKPT2 data set.

Authority Required

This command requires display authority.

This command requires read security access authority. For a description of assigning command input authority, see z/OS JES2 Initialization and Tuning Guide, SA32-0991.

Scope

MAS-wide. This command displays information about the entire MAS.

Messages

The $HASP852 message displays the current values of all the parameters on the CKPTSPACE initialization statement.

Examples

 1   $d ckptspace

$HASP852 CKPTSPACE
$HASP852 CKPTSPACE BERTNUM=5000,BERTFREE=3660,BERTWARN=80,
$HASP852 CKPT1=(CAPACITY=168,UNUSED=27),
$HASP852 CKPT2=(CAPACITY=168,UNUSED=27),
 2   $d ckptspace,bertuse

$HASP852 CKPTSPACE  CURRENT BERT UTILIZATION
$HASP852            TYPE         COUNT  CB COUNT
$HASP852            -------- --------- ---------
$HASP852            INTERNAL        11         1
$HASP852            JQE            211       108
$HASP852            CAT            114        38
$HASP852            WSCQ             1         1
$HASP852            DJBQ             0         0
$HASP852            JOE              0         0
$HASP852            FREE           763         0

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014