IBM Exam Questions

how can the administrator restore the .bin files to a new directory named DIR 1?

A save file named SAVE in library QGPL contains only .bin files saved from an IFS directory.
Assuming the necessary parent directories are present, how can the administrator restore the .bin
files to a new directory named DIR 1?

A.
Restore the .bin files using the RSTSAVFDATA FILE (QGPL/SAVE) OBJ((‘*ALL’ INCLUDE
‘/DIR1’)

B.
Restore the .bin files using the command RST DEV(‘/QSYS.LIB/QGPL.LIB/SAVE.FILE’)
OBJ((‘*ALL’ ‘INCLUDE ‘/DIR’)).

C.
Use the DSPSAVF command to rind out the OLDDIRECTORY directory name, then restore the
bin files using the command RST DEV(‘/QSYS.LIB/QGPL.LIB/SAVE.FILE’)
OBJ((‘/OLDDIRECTORY’ INCLUDE ‘/DIR1’)).

D.
Change the current directory to DIR1, use the DSPSAVF command to find out the
OLDDIRECTORY directory name, then restore the .bin files using the command RST
DEV(‘/QSYS.LIB/QGPL.LIB/SAVE.FILE’) QBJ(‘/OLDDIRECTORY’ INCLUDE)).