There are two options for copying a server entry between sessions. You can:
Keep the name of the server entry
Rename the server entry
To copy an entry to a different session and keep the server name, enter:
copy NAME1 to SESS
where:
NAME1 is the current server name.
SESS is the number of the session to which you want to copy the server entry.
For example, if you enter:
copy myserver to 2
dscp copies the “myserver” entry in the current session to session 2.
To copy an entry to a different session and give it a different name, enter:
copy NAME1 to SESS NAME2
where:
NAME1 is the current server name.
SESS is the number of the session to which you want to copy the server entry.
NAME2 is the new server name.
For example, if you enter:
copy myserver to 2 my_server
dscp copies the “myserver” entry in the current session to session 2 and renames it “my_server.”