Multiple choice technology mainframe

what the Command "“DROPBUF 0” will do?

  1. deletes buffer in the stack

  2. deletes buffer and all elements of stack

  3. deletes elements of stack

  4. All the above

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

In SAP, the DROPBUF 0 command deletes the buffer and ALL elements of the stack. The argument '0' specifies deleting all buffers and stack contents. Option A is incomplete (only buffer), Option C is incomplete (only stack elements), so Option B correctly describes the complete action.