SQL/MX Remote Conversational Interface (RMXCI) Guide for SQL/MX Release 3.1 (H06.23+, J06.12+)

SHOW MARKUP command
The show markup command displays the value set for the markup option.
Syntax
SHOW MARKUP
Considerations
You must enter the command in one line.
If the set timing command is set to on, the elapsed time information appears.
Examples
The following command displays the value set for the markup option:
SQL>show markup
MARKUP RAW
Elapsed time:00:00:00:078
SHOW PARAM command
The show param command displays the parameters that are set in the current RMXCI session.
Syntax
SHOW PARAM [param name]
Considerations
You must enter the command in one line.
If the set timing command is set to on, the elapsed time information appears.
The command does not accept wildcard in param name.
Example
The following command shows the parameters that are set for the current session:
SQL>show param
lastname GREEN
dn 1500
sal 40000.00
The following command shows that an error message is returned by the show param command
when there are no parameters found:
SQL>show param
*** ERROR[29428] No parameters found.
The following command shows the existing param, dn:
SQL>show param dn
dn 1500
For more information, see “Displaying the parameters for the session” (page 42).
SHOW MARKUP command 105