Keyword—Index Build function
The Index Build function uses the BUILD command.
The following table lists valid keywords.
Keyword | Accepted values | Default values | Description |
---|---|---|---|
(dbdName1,dbdName2,...) | None | Specify the DBD name for the primary DBD. | |
(YES) (NO) | The DBRC specification in the IMSCTRL macro | Specify whether to invoke DBRC. For HALDBs, DBRC(YES) is required. | |
(nn,...) max 10 entries | (7) | Specify descriptor codes used to route messages to the console. | |
(YES) (NO) | (NO) | Dynamically allocate database data sets using data set names specified in the RECON data sets. For HALDBs, DYNALLOC(YES) is required; it is also the default. | |
(INDEX) (NO) | INDEX | Specify an estimated number of records for each index file. The value will be passed to DFSORT to determine the input file size. | |
(gsgName) | The GSG name used in system generation | Use a global service group (GSG) name for remote site recovery (RSR). | |
(ON) (OFF) | (ON) for RECOV databases (OFF) for NONRECOV databases | Specify whether to turn off the ICNEEDED flag for all NONRECOV index DBDs. This is affected by the value of the NONRECOV keyword in the DLIGSET0 module. | |
(input) (input,output) (input,output,Y) (input,output,N) (model) | None | Specify SYSIN and SYSPRINT files for IDCAMS processing. | |
(NO) (ONLY)(YES) | (NO) | Specify to build or initialize Indirect List Data Sets. | |
(imsID) | The IMSID from IMS generation (DFSVC000 module) | Specify IMSID under which reports are stored in the PDX. | |
(DFSURWF1) | None | Specify the input data set if you are not scanning the primary database. | |
(ddname(indexDB),...) (AUTO) | None | Specify the data set to read secondary index records from. | |
(nnnnnnn) | No automatic monitoring | Monitor job progress. | |
(user01,user02,...) | Send monitor messages to TSO users and BMCMSG | Send monitor messages to up to 10 specified TSO user IDs. | |
(YES) (NO) | (NO) | This keyword is intended to allow a SIU job step to override the INIT.RECON CATALOG keyword. | |
(YES) (NO) | (YES) | Enable parallel processing. | |
(ALL) (partitionName,...) (nn,nn,...) | (ALL) | Perform reorganization tasks for one or more database partitions. | |
(OKAYnnnn) (STOPnnnn) | (OKAY0004) | Specify action to take if the PDX fails to open. PDX is not supported for HALDBs. | |
(YES) (NO) (ONLY) | (NO) | Specify to build primary indexes. | |
(nn,...) max 10 entries | (2,7) | Specify routing codes to control destination of messages sent to the console. | |
(secIndex1,secIndex2,...) (secIndexPart1,secIndexPart2,...) | Build all secondary indexes | Specify the secondary indexes or HALDB secondary index partitions to be built. | |
SIUPRINT | (ddname) | BMCPRINT | Specify the data set that will contain the Index Build function reports and processing output.
|
(I) (E) | (I) | Specify whether to sort and load indexes in separate address spaces. | |
(n,ccc,unitNamedataclas,mgmtclas,storclas) | (3,100,SYSDA) | Dynamically allocate sort work data sets. |
Related topic