Example 1: The following statement sets the CURRENT DEGREE to inhibit parallelism.
SET CURRENT DEGREE = '1'
Example 2: The following statement sets the CURRENT DEGREE to allow parallelism.
SET CURRENT DEGREE = 'ANY'
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.