DATABASE command keywords for FF Stand-alone DB Sensor
The DATABASE command keywords specify the database to process. You must specify the DATABASE commands and their keywords in the BBESIN DD.
You can specify multiple DATABASE commands.
The following syntax diagram shows the DATABASE command keywords for FF Stand-alone DB Sensor.
The maximum number of database data sets that an FF Stand-alone DB Sensor job can process is 1001. However, the actual number of data sets that can be processed depends on system resources. If DB Sensor cannot process a large number of database data sets, reduce the number of data sets and rerun the job.
- DBD=
- This keyword specifies the DBD name. This DBD member must be included in the DBD library that is specified in the IMS DD JCL statement.
- PART=
- This keyword specifies the HALDB partition name. Specify this
keyword only if the database to be processed is a HALDB; otherwise,
the keyword is ignored. If you omit this keyword and if the database
is a HALDB, PART=*ALL is used as the default value.
- partname
- FF Stand-alone DB Sensor processes the specified partitions. You can specify multiple partitions by surrounding the partition names with parentheses and using a comma to delimit each partition name.
- *ALL
- FF Stand-alone DB Sensor processes all the partitions of the HALDB.