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