PCLOSE—Pseudo close interval


Use the Modify Pseudo Close Interval panel or the PCLOSE command to specify the pseudo close interval. This interval determines when a table space is switched from an internal status of read-write to read-only. Pseudo close flushes the table space buffers, and writes a record to SYSLGRNG.

Modify Pseudo Close Interval panel

DDTG DBI1 Modify Pseudo Close Interval
Command ===> _________________________________________________________________

 Command: CURRENT
Description . . . . . . . . : PSEUDO CLOSE INTERVAL

Type the new pseudo close values that you wish to change to. Then press Enter.

Psuedo Close Parameters
Frequency . . . . . . . . . ______ (1 - 32767 or delta)
Time . . . . . . . . . . . . ______ (0 - 32767 or delta)

Command syntax and parameters

image2018-12-24_12-56-1.png

Value

Description

DB2ssid

Db2 subsystem ID or the name of the Db2 data sharing group to which the command applies.

opertuneID

OPERTUNE system profile name (if OPERTUNE is running as a started task) or the batch job name (if OPERTUNE is running as a batch job).

checkpointFreq*

Checkpoint frequency (the number of checkpoints that can be taken while there is no activity on a table before a pseudo close occurs). Specify one of the following values:

  • A numerical value in the range 1–32767
  • A delta value
    Delta values are expressed numerically (+nn or -nn) or as a percentage (+nn% or -nn%). The resulting value must fall in the range 1–32767.

checkpointTime*

Checkpoint time (the number of minutes that must pass while no update activity occurs on a table before a pseudo close occurs). Specify one of the following values:

  • A numerical value in the range 0–32767
  • A delta value
    Delta values are expressed numerically (+nn or -nn) or as a percentage (+nn% or -nn%). The resulting value must fall in the range 0–32767.

NORESET

The changes you request remain in effect until the Db2 subsystem is cycled.

* Db2 uses either the checkpoint frequency or the checkpoint time to trigger pseudo close, whichever value reaches its threshold first.

Db2 parameter values

Field

Installation panel

CLIST parameter

ZPARM macro

ZPARM parameter

Frequency

DSNTIPL

PCLOSEN

DSN6SYSP

PCLOSEN

Time

DSNTIPL

PCLOSET

DSN6SYSP

PCLOSET

 

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

OPERTUNE for DB2 12.1