PING  0.9
Statistical data handling and processing in production environment
work_clean

Clean the working directory.

%work_clean(ds, ...);

Arguments

ds : (option) datasets in the WORKing directory to clean; parameters are passed as parmbuff, i.e. comma-separated arguments; If ds is not set (or simply not passed), all datasets present in the WORK directory are 'cleaned'.

Notes

  1. The instruction to "clean" (delete) two datasets ds1 and ds2 from your WORKing directory is:
%work_clean(ds1, ds2);

while the instruction to clean all the WORKing directory is:

%work_clean;
  1. Use kill or delete depending whether a dataset is passed or not (again, in the latter case, the whole WORKing directory is deleted).