
Chapter 11. Environmental settings that affect SQL performance 399
The DEGREE parameter on the CHGQRYA CL command accepts the same values as the
system value. If the CHGQRYA command is executed in a job as shown in Example 11-7,
then the parallel degree is set to *MAX only for that job, regardless of the system value.
Example 11-7 Changing parallel degree only for a job
CHGQRYA DEGREE(*MAX)
This command can be issued multiple times within a job to turn parallelism on and off.
The QAQQINI file also lets you specify parallel processing for an individual job or connection.
The QAQQINI file can be used to influence the behavior of the database engine ...