Modifying the Configure WFL

The Configure WFL for a transferred application contains an absolute upper limit and a user-specifiable upper limit on the number of parallel reorganizations when the application is configured.

The Configure WFL file is created from the source file named NGEN28/WFL/CONF. This contains the IMAXREORG variable, which gives the maximum number of parallel reorganizations for all Configure WFLs created from Builder. You can change this value.

The maximum number of parallel processes that are initiated by the Configure WFL is determined from the minimum of the following values:

By default, the value for the maximum number of parallel reorganization tasks is 4096. If you attempt to set this to a higher figure, it is reset to 4096.

To change the WFL variable, use an editor to open the Configure WFL, and modify the variable setting as required.

The following is an example of the Configure WFL code:

INTEGER
 IMAXREORG := 4096
  %THIS SPECIFIES THE MAXIMUM
  %NUMBER OF TASKS THAT WILL BE
  %USED CONCURRENTLY DURING ANY

  %DATABASE REORGANIZATION
  %REQUIRED BY THIS GENERATE