Multiple choice technology mainframe How do you drop a stack? DROP DELSTACK DELETE 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.