Get the WHERE clause.
   listid=setnitemc(listid, ' ', 'WHERE_LIST');
   call send(tabid, '_getDatasetAttributes',
             listid);
   call putlist(listid, 'Where List', 0);
   listid=dellist(listid);
return;