1 XDCL The XDCL utility saves the last 20 DCL commands you have executed in a file, or restores the contents of such a file into the DCL command recall buffer, so that DCL thinks these are the last 20 commands you executed. Format: $ XDCL /SAVE [filename] $ XDCL /RESTORE [filename] If no filename is used, XDCL assumes XDCL.SAVE in your login directory. XDCL /SAVE is appropriate to put in a LOGOUT.COM, and XDCL /RESTORE is suited for your LOGIN.COM. If XDCL /RESTORE finds no file to restore from, it displays the message "XDCL -- No commands to restore". If it does find a file, it deletes the file after successfully restoring the DCL recall buffer.