Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Change TCP/IP Server (CHGTCPSVR) command is used to change a server that was previously defined using the Add TCP/IP Server (ADDTCPSVR) command. All values defined for the server can be changed except for the server special value (SRVSPCVAL).
Restrictions:
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
SVRSPCVAL | Server special value | Character value | Required, Key, Positional 1 |
PGM | Program to call | Single values: *SAME Other values: Qualified object name |
Optional, Positional 2 |
Qualifier 1: Program to call | Name | ||
Qualifier 2: Library | Name | ||
SVRNAME | Server name | Character value, *SAME | Optional, Positional 3 |
SVRTYPE | Server type | Character value, *SAME | Optional, Positional 4 |
AUTOSTART | Autostart | *SAME, *YES, *NO | Optional, Positional 5 |
TEXT | Text 'description' | Character value, *SAME, *BLANK | Optional, Positional 6 |
Top |
Specifies the special value for the server to be changed.
This is a required parameter.
Top |
Specifies the program to be called when this server is started or ended by the following commands:
Single values
Qualifier 1: Program to call
Qualifier 2: Library
Top |
Specifies the textual server name that will be used by iSeries Navigator to display an entry for this server.
This is a required parameter.
Top |
Specifies the server type that will be used by Work Management functions from iSeries Navigator to find job information, such as joblogs and server status, for this server.
Top |
Specifies whether the server being added should be started when the Start TCP/IP (STRTCP) command is run.
Top |
Specifies a text description for the server being added.
Top |
CHGTCPSVR SVRSPCVAL(*XYZ) PGM(MYLIB/MYSTARTXYZ) AUTOSTART(*NO)
This command changes an existing server in the list of servers supported by the STRTCPSVR (Start TCP/IP Server) and ENDTCPSVR (End TCP/IP Server) CL commands. The user program that is to be called when the XYZ server is started or ended is changed to program MYSTARTXYZ in library MYLIB. The XYZ server will not be started automatically when the STRTCPSVR command is run specifying SERVER(*AUTOSTART), or when the STRTCP (Start TCP/IP) command is run.
Top |
Top |