Get all of the data set attributes.
BUTTON1:
   gattr=makelist();
   call send(tabid,'_getDatasetAttributes',
             gattr);
   call putlist(gattr, 'Data Set Attributes=', 0);