IBM Exam Questions

what is the correct syntax for clearing the event processor service queue?

When using the Command Line Interface, what is the correct syntax for clearing the event
processor service queue?

A.
Update set Clear = true where Name= ‘Events’;

B.
Update Service set Clear = true where Name= ‘Events’;

C.
Update Service set Clear = false where Name = ‘Event Processor’;

D.
Update Service set ClearQueue = true where Name = ‘Event Processor’;

Explanation: