Not Restarting a Copy Group
If the copy group is not to be restarted, specify NULL or /. Do not specify COPYGROUP NULL or COPYGROUP /.
The following example illustrates this point. The command sequence on the left invokes a copy group named NULL. The command sequence on the right leaves the current copy group active.
Incorrect Format | Correct Format |
---|---|
CONDITION condname START… ⋮ WHEN… COPYGROUP NULL ⋮ |
CONDITION condname START… ⋮ WHEN… NULL ⋮ |