The WML for z/OS repository service
provides important metadata about models. The service stores the metadata in database tables. You
must create WMLz metadata tables
and associated database objects in Db2® for z/OS before you start the WMLz repository service.
-
Create the required database objects in Db2 for z/OS.
The WML for z/OS repository service uses
Db2 for z/OS for storing metadata tables.
You must create these metadata tables before starting the repository service.
Run the gen-alnwmeta.sh script in the $IML_INSTALL_DIR/alnsamp directory. Specify the
-n option as shown in the following example:
./gen-alnwmeta.sh -n
The script generates sample JCL files ALNWMETA
and
ALNWMETA.037
. The content of the files is the same but as their names indicate,
their encoding is different, with the former in ASCII and the latter in IBM-037
.
Both files are stored in the $IML_HOME/alnsamp directory.
-
Locate the
ALNWMETA.037
file in the $IML_HOME/alnsamp directory.
-
Move the
ALNWMETA.037
file into a PS data set.
-
Follow the instructions in the file to customize the sample job.
-
Submit the customized
ALNWMETA.037
job to create the required database
objects, including a database, table spaces, tables, and indexes.
-
Verify that the job runs successfully (with a return code of 0).