An administrator needs to clear the data from a large number of save files in multiple libraries. The
administrator has written a program that displays all of the objects in a library to an output file. The
output file includes:
The program reads through all the entries in the file.
The administrator needs to insert a statement that will clear the data from save files only.
Which command should the administrator use?

A.
IF (&ODOBAT *EQ ‘SAVF’) THEN(CLRSAVE &ODLBNM/&ODOBNM)
B.
IF (&ODOBTP *EQ ‘*SAVF’) THEN(CLRSAVE &ODLBNM/&ODOBNM)
C.
IF (&ODOBTP *EQ ‘*FILE’) THEN(CLRSAVE &ODLBNM/&ODOBNM)
D.
IF (&ODOBAT %LIKE ‘SAVF) THEN(CLRSAVE &ODLBNM/&ODOBNM)