The following
spdsclean command
cleans all residual temporary files from the LIBNAME domain TRIAL99.
spdsclean -libnamefile /opt/spds45/site/libnames.parm -domains trial99
To add domain UJOE04
to be cleaned also, use the following command:
spdsclean -libnamefile /opt/spds45/site/libnames.parm -domains trial99, ujoe04
To clean all TRIAL9x
domains and all domains that begin with UJOE from the specified LIBNAME
file, use the following command:
spdsclean -libnamefile /opt/spds45/site/libnames.parm -domains trial9?, ujoe*
To log the domains that
spdsclean processed
and the files that were deleted from each domain, add the -verbose
option to any of these
spdsclean commands.