version 6.0
COPY SET (srcSet; dstSet)
Parameter | Type | Description | |
srcSet | String | Source set name | |
dstSet | String | Destination set name |
Description
The COPY SET command copies the contents of the set srcSet into the set dstSet.
Both sets can be process, interprocess or local sets.
Examples
1. The following example, in Client/Server, copies the local set "$SetA", maintained on the client machine, to the process set "SetB", maintained on the server machine:
COPY SET("$SetA";"SetB")
2. The following example, in Client/Server, copies the process set "SetA", maintained on the server machine, to the local process set "$SetB", maintained on the client machine:
COPY SET("SetA";"$SetB")
See Also
Sets.