IBM Exam Questions

what can you do to reverse the -STOP DATABASE command and make the page set available without stoppi

Someone has issued a -STOP DATABASE(DB1) SPACE(TS1) command without previously
checking if the page set is currently in use by any URs. The page set is ultimately placed in
STOPP restrictive state. Using the DISPLAY THREAD(*) TYPE(SYSTEM) command, what can
you do to reverse the -STOP DATABASE command and make the page set available without
stopping?

A.
Identify the token for the system agent thread performing the -STOP DATABASE command,
execute command -CANCELTHREAD(token), and issue the -START DATABASE command.

B.
Identify the token for the allied agent thread that issued the -STOP DATABASE command,
execute command -CANCELTHREAD(token), and issue the -START DATABASE command.

C.
Identify the token for the allied agent thread that issued the -STOP DATABASE command,
execute command -CANCELTHREAD(token) FORCE, and issue the -START DATABASE
command.

D.
Identify the token for the system agent thread performing the -STOP DATABASE command,
execute command -CANCELTHREAD(token) SUSPEND, and issue the -START DATABASE
command.