Entering content frame

 Displaying All Data for a Database Parameter 

Use

You request all of the data stored for the database parameter identified as <parameter_name>.

Prerequisites

You have the server authorization ParamRead.

Syntax

param_getfull <parameter_name>

Example

Reply

The system outputs an OK message followed by all of the data for the parameter concerned.

OK<NL>
<type><NL>
<default><NL>
<value><NL>
<property> <value><NL>
<property> <value><NL>
...
HELP
<help_line><NL>
<help_line><NL>
...
EXPLAIN
<explain_line><NL>
<explain_line><NL>
...

Reply values

<type>

Data type of the parameter

<default>

System default value

<value>

Current value,
taken from the parameter file at the start of the session

<property>

Property of the Parameter

<help_line>

Help text

<explain_line>

Explanatory text

In the event of errors, see Reply Format.

 

Leaving content frame