Parallel processing in SCV programs is enabled by default

The SCV configuration parameter SCP_MAX_NUMBER_PARALLEL_THREADS has been introduced in SCP 21.2. This parameter is used by certain SCV programs to process a single table in parallel. The default value for the parameter was 1.

The default value for the SCP_MAX_NUMBER_PARALLEL_THREADS configuration parameter has now been changed to 4. This allows certain SCV programs to process the tables in the execution scopes in parallel. It is possible to process tables in parallel only when tables have the same processing sequence in a table group.

Note: 
  • The related content is available after loading the base template (base.zip) for this release. When the base template is applied as an upgrade, the SCV configuration parameter values are not updated; the functionality is enabled after a manual change to the parameter values.
  • A new role or privilege is not required to access this feature.