Displays the server options and their current values. This action is particularly useful for administrators and users to verify the server's configuration state without needing to access server logs or configuration files directly. It provides a comprehensive snapshot of all configurable properties.
This example calls the `listServOpts` action to display a table of all server configuration options and their current values. It's a straightforward way to audit the server's live configuration.
| 1 | PROC CAS; |
| 2 | configuration.listServOpts; |
| 3 | RUN; |