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
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 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).
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:
For example if you set a keyword with an invalid value of BLUE (BLKSIZE=BLUE) for an index INIT, that error is flagged and the function fails until the error is removed or corrected. If the value is correct, however, the FORCE is of course appropriately applied.
Following is a sample report page. For an example report header, see Sample Report Headers.
|
Copyright © 2014 CA.
All rights reserved.
|
|