Previous Topic: When to UseNext Topic: GAPFIX (Fix CDC Gaps)


How to Use

Use an alternate (additional) SYSIN with a DBUTLTY FORCE function to force a keyword value and ignore a different user specification. That is, using FORCE forces the value you specify to be used, preventing other users from performing any overrides.

►►FORCE INIT_IXX_BLKSIZE=nnnn ───────────────────────────────►◄

Command

FORCE

Invokes the function to force certain keyword values.

Use no blank before FORCE when you specify it in columns 1-7. Follow FORCE with one blank (and use no continue lines).

Required Keyword

INIT_IXX_BLKSIZE=nnnn

INIT_IXX_BLKSIZE=nnnn gives you the ability to force a value nnnn for the block size during an INIT function with AREA=IXX used to initialize an index area (IXX or multiple data set index).

Example

Suppose an alternate SYSIN contained the following statement:

FORCE INIT_IXX_BLKSIZE=5555

With that statement, 5555 becomes the block size used for an INIT of an index area, even if the non-alternate SYSIN contains a different BLKSIZE value.

Consider the following:

Sample Report

Following is a sample report page. For an example report header, see Sample Report Headers.