EnableBulkLoadMode

Enables Bulk Load Mode for a TurboIntegrator process.

This is a TM1® TurboIntegrator function, valid only in TurboIntegrator processes.

You can enable Bulk Load Mode in either the Prolog or Epilog section of a TurboIntegrator process. For efficiency, enable Bulk Load Mode in the first, or very close to the first, statement in the Prolog section of your process.

After enabling Bulk Load Mode in a process, it can only be disabled on the last line in the Epilog section. If you attempt to disable Bulk Load Mode anywhere else in the process, the process will not compile.

If the mode is enabled in one TurboIntegrator process, it remains enabled until explicitly disabled or until the chore completes. This means you can enable the mode in a process within a chore and then run a series of TurboIntegrator processes before disabling it. You can also enter and exit Bulk Load Mode repeatedly, using the mode only for certain critical parts of a chore.

Use the following TurboIntegrator commands to enable and disable Bulk Load Mode in a TurboIntegrator process.

EnableBulkLoadMode()

DisableBulkLoadMode() - This function can only be used on the last line in the Epilog section of your TI process when using Bulk Load Mode.