Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Deletes a specified activation group and frees the resources that are scoped to it, including record file open instances, SQL cursors, data area locks, etc.

Parameters

  1. Activation group name - The name of the activation group to reclaim.

Example

Code Block
titleReclaim activation group 'MINE'
pjs.reclaimActivationGroup("MINE");