The following examples cause the compilation of the DMSUPPORT library and the RECONSTRUCT program for the database TESTDB, whose description file is DESCRIPTION/TESTDB. The first two examples are for nonpermanent directory databases, and the last example is for a permanent directory database. The created code files are placed on the DEVELPK pack. All of the database files are initialized using DMUTILITY.
Example 1
START DATABASE/WFL/COMPILEACR ("DB=TESTDB OB=DEVELPK C=DMSUPPORT,RECON INIT=SET")
Example 2
START DATABASE/WFL/COMPILEDB ("DB=TESTDB OB=DEVELPK C=DMSUPPORT,RECON INIT=SET","","","", "","");
Example 3
START DATABASE/WFL/COMPILEDB ("DB=TESTDB OB=DEVELPK C=DMSUPPORT,RECON INIT=SET","","","","", "*DIR/NODE ON MYPACK");
The DASDL compiler automatically initiates, by default, the WFL job file titled DATABASE/WFL/COMPILEDB ON DISK. The user can alter the title of the WFL job file that is automatically initiated by the DASDL compiler using the ZIPFILE compiler control option. For more information on the ZIPFILE compiler control option, refer to “ZIPFILE Compiler Control Option” later in this appendix.
In addition, the WFL job deck contains two compiler control options for the Accessroutines compilation, which are initially set. These compiler control options are
-
ACRDISPLAY
-
ACRINFO