Start of change

DSNX250I csect-name

Explanation

This message displays output from the DISPLAY DYNQUERYCAPTURE command.

csect-name
The name of the control section that issued the message.

The output from the command consists of one or more of the following sections, in the indicated order:

Output heading
The name of the control section is followed by heading information for the output:
*** BEGIN DISPLAY DYNAMIC QUERY CAPTURE CNO(num)
====================================================================
CNO(num)
The number of CNO specified for the DISPLAY command.
Dynamic query capture information
The output heading is followed by a section that contains information about the capture of dynamic queries.
CNO : num
STBLGRP : text
SQLID : text
THRESHOLD : num
STABILIZED : num
--------------------------------------------------------------------
CNO : num
The command number.
STBLGRP : text
The stabilization group name.
SQLID : text
The SQLID value.
THRESHOLD : num
The threshold value
STABILIZED : num
The number of statements stabilized by this START DYNAMICQUERYCAPTURE command. This value does not decrease when statements are freed using FREE STABILIZED DYNAMIC QUERY commands.
End of output
The output ends with the following message:
====================================================================
*** END DISPLAY DYNAMIC QUERY CAPTURE

System action

Processing continues.

User response

No action is required.

End of change