Multiple choice technology mainframe

Please identify the utility to kill DB2 utilities, which is running / existing on table.

  1. A.KILL(Utilityname)

  2. B. TERM(UTILITY NAME)

  3. C.TERM

  4. D.KILL

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The DB2 command used to cancel or stop a running utility is -TERM UTILITY(utility-id), where TERM is short for terminate. KILL is not a valid DB2 command for terminating utilities, and TERM alone without specifying the utility name or ID is syntactically incomplete.