Start of change

DSNX223I csect-name DYNAMIC QUERY CAPTURE FOR COMMAND NUMBER command-num AND CURSQLID sqlid-value ALREADY ACTIVE

Explanation

The START DYNAMIC QUERY CAPTURE command has specified a CURSQLID value that is currently being stabilized by another START DYNAMIC QUERY CAPTURE command.

csect-name
The name of the control section that issued the message.
command-num
The command number assigned for this -START DYNQUERYCAPTURE command.
sqlid-value
The CURSQLID value that is already being stabilized by another instance of the START DYNAMIC QUERY CAPTURE command.

System action

The START DYNAMIC QUERY CAPTURE command is not processed.

User response

Specify a different CURSQLID value, and issue the START DYNAMIC QUERY CAPTURE command again. Alternatively, to stabilize more statements that have the same CURSQLID value, wait for the previous command to finish before issuing the command.

End of change