AUTOREORG Parameter File

The AUTOREORG parameter file is created when the AUTOREORG parameter is set in the DASDL source. The parameter file identifies the database and the new sets or subsets that are to be generated during a reorganization. It also indicates that the control file is to be updated.

The file is created on the control file family and has the following name:

        <control file usercode> DMAUTOREORG/
        <database name>/<control file level>
        ON <control file family>

The value of the <control file level> variable is passed to the AUTOREORGDB WFL job with the AUTOREORG parameter, indicating that the AUTOREORG parameter is set. The AUTOREORG parameter also indicates the control file level that is to be used to construct the title of the AUTOREORG parameter file. For example:

DB=*TESTDB AUDIT=SET AUTOREORG=21 CF=TESTPACK

In this case, the parameter file name is as follows:

*DMAUTOREORG/TESTDB/21 ON TESTPACK