Multiple choice technology mainframe

Which GET when performed on a queue deletes the records in the queue and creates a backup?

  1. MQGETS

  2. MQGETD

  3. MQGETM

  4. MQGET

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

In certain message queuing and database contexts, MQGETD is designed as a destructive get operation that retrieves and deletes records from a queue while routing them to a backup. Standard MQGET simply retrieves messages, while MQGETS and MQGETM do not perform this specific combined backup and deletion task.