5.13 CMDSEP (Command line separator)

5.13.1 Function

The CMDSEP system parameter sets the command line separator. The command line separator charac-
ter is used to separate multiple panel commands on a single line. The default is OFF which means that
there is no command line separator defined and therefore multiple panel commands on a single line are
not supported.

5.13.2 Syntax

Descriptive

char OFF

Diagram

Êʬ¬¬ ¬¬¬§¬¬¬ char ¬¬¬§¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ÊÍ



OFF

5.13.3 Parameter

char

Specifies a single character that is used for command separation. This character
must not be the period ('.'), the exclamation mark ('!') or the hyphen ('-'). Although
the command line separation character can be set to the number (hash) sign ('#'),
this is not recommended because this could affect processing command lines that
contain comments.

OFF

OFF disables command separation. This is the default.

5.13.4 Examples

Example 1:

Set the command line separator to ‘;’.

CMDSEP ;

Example 2:

Disable command line separation.

CMDSEP OFF

5.14 CNSLPORT (Console port)

5.14.1 Function

The CNSLPORT parameter specifies the port number (in decimal), on which the telnet server will listen.
The statement may also have the form host:port, where the telnet console server will bind to the specified
address.

5.14.2 Syntax

Descriptive

port

Diagram

¬¬¬¬¬§¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ÊÍ






¬¬¬¬¬
port ¬¬¬¬¬«




5.14.3 Parameter

host

The IP address of the host to which the telnet server will bind to. If an IP address is
given then it must be a valid IP address for the host system.

port

The port number (decimal) on which the telnet server will listen. The port number
must not be in use by any other server. The port number must be in the range of 0
to 65535. Ports below 1024 cannot be used unless Hercules is running as root or is
otherwise authorized to use low ports.

5.14.4 Examples

Example 1:

Set the port number on which the telnet server will listen to 3270.

CNSLPORT 3270

Example 2:

Specify 192.168.1.10 as the IP address of the host to which the telnet server will bind to and set the port
number on which the telnet server will listen to 3270.

CNSLPORT 192.168.1.10:3270

Previous Page Next Page