Delete two entries from the PERM.SAMPLE catalog.


proc catalog cat=perm.sample;
   delete credit.program credit.log;
run;