Delete the lists that were created.
   rc = dellist ( names );
   rc = dellist ( titles );
   rc = dellist ( attrs );
return;

TERM:
  call send (catalog, '_term');
  call send (tabid, '_detach');
  call send (model, '_term');
  rc = dellist ( datalist );
return;