Using SCS commands 46
> port 2 set bauf=57600 flow=xon
----
ERR 26 - SET keyword parameter invalid
In the following example, the keyword value “576” is not valid. Numeric keyword values must be fully specified and
may not be shortened to three characters.
> por 2 set baud=576 flow=xon
---
ERR 27 - SET keyword value invalid
In the following example, there are spaces between BAUD, the equal sign, and the value 57600. Spaces are not
permitted between keyword parameters and their values.
> por 2 set baud = 57600 flow=xon
------------
ERR 26 - SET keyword parameter invalid
Command displays
For command that display information, if the information spans more than one screen, -More- appears on the last line.
You can:
To view the next line, press one of the following:
• Crtl+J keys
• Crtl+M keys
• Enter key
Enter q to quit.
Syntax conventions
This manual uses the following command syntax conventions:
• Brackets [ ] surround optional keywords and values.
• Angle brackets < > surround user-supplied positional parameters and keyword parameter values.
• In most cases, choices are separated by a vertical bar (|). The description indicates if you can specify more
than one of the choices and how to separate multiple values. The exception is the Server SSH command. In
this case, the vertical bar is specified on the command line when you want to enable the “password or key”
method (PW|Key) or the “key or password” method (Key|PW).