Multiple choice technology mainframe

:DELete ALL .ZF .ZL will do the following

  1. Deletes all from first line to last line

  2. Delete all characters .ZF and .ZL

  3. Error occurs

  4. Does nothing

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

The ISPF :DELETE ALL primary command with label range .ZF (first line) to .ZL (last line) deletes all lines in that range. .ZF and .ZL are built-in ISPF labels representing file boundaries. This effectively deletes the entire file contents, not the labels themselves.