An administrator wants to prevent applications from publishing messages to the topic tree below
Counters/Application. What MQSC command will accomplish this task?

A.
DEFINE TOPIC(Counters/Application) PUB(NO)
B.
DEFINE TOPIC(Counters/Application) PUB(DISABLED)
C.
DEFINE TOPIC(CTOPIC) TOPICSTR(Counters/Application) + PUB(NO)
D.
DEFINE TOPIC(CTOPIC) TOPICSTR(Counters/Application) + PUB(DISABLED)