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