In a Galaxy, you want to reassign CPU 3 from instance ALPH41 to instance ALPH40. How can
you do this using DCL?

A.
$ START/CPU/SOURCE=ALPH41/RESTART 3 (On node ALPH40)
B.
$ STOP/CPU/MIGRATE=ALPH40 3 (On node ALPH41)
C.
$ SET CPU/IMPORT=3/RESTART (On node ALPH40)
D.
$ SET CPU/FAILOVER=ALPH40 3 (On node ALPH41)