WFL Job File Inputs

The WFL job file can be started any time to compile the tailored database management software. This job file takes as input a string parameter consisting of <keyword> = <value> pairs which specifies the actions to be taken. A description of the keywords, their default values, and their meanings is provided in WFL Job File Keywords. The uppercased portion of each keyword is an acceptable abbreviation for the keyword.

Table 72. WFL Job File Keywords

Keyword

Default Value

Meaning

AUTOReorg

RESET

Numeric value reflecting the control file level if the BUILDREORG program is initiated. The value is used to construct the title of the DMAUTOREORG parameter file.

INITialize

RESET

SET indicates that the entire database is to be initialized. A numeric value indicates that only new structures are to be initialized. The value is used to construct the title of the DMINITIALIZE parameter file.

DB

DEFAULTDB

Database name.

SOurce

DISK

Pack family of the Enterprise Database Server system software.

OBject

DISK

Pack family for the tailored Enterprise Database Server software code files.

DESCription

DISK

Pack family of the database description file.

CFfamily

DISK

Pack family of the database control file.

AUDIT

RESET

SET if database is audited, RESET if not.

SUBsystem

SYSTEM

Subsystem specification for generated code files.

ACR

SYSTEM/ACCESSROUTINES

Title of the Accessroutines code file.

DMSUPPORT

DMSUPPORT/<database name>

<DBPATH specification>/DMSUPPORT/<database name>/<database level>

Title of the DMSUPPORT code file.~~Title of the DMSUPPORT code file for a permanent directory database.

RECONSTRUCT

RECONSTRUCT/<database name>

<DBPATH specification specification>/RECONSTRUCT/<database name>

Title of the RECONSTRUCT code file.~~Title of the RECONSTRUCT code file for a permanent directory database.

REORGANIZATION

REORGANIZATION/<database name>

Title of the REORGANIZATION code file.

RMSUPPORT

RMSUPPORT/<database name>

<DBPATH specification>/RMSUPPORT/<database name>

Title of the RMSUPPORT code file.

Title of the RMSUPPORT code file for a permanent directory database.

Compile

DMSUPPORT

List of programs to be compiled as described in the following text. Note that when more than one program is specified, each program must be separated from the other with a comma.

  • ACCESSROUTINES (or ACR)

  • RECONSTRUCT

  • DMSUPPORT

  • RMSUPPORT