Multiple choice technology mainframe

How do you drop a stack?

  1. DROP

  2. DELSTACK

  3. DELETE

  4. Cant delete a stack

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

DELSTACK is the REXX command to delete/remove a stack. DROP is for variables, DELETE isn't used for stacks, and stacks can be deleted.