>>--EXEC ADO---.--------------------.—CLEAR------------>
               +-USING dataset_name-+
 >-------------+-ALL DATATABLES-+---------------------->
               | +- ,        -+ |
               | V            | |
               +-datatable_name-+
 >--END-EXEC----><
			 
               	 | dataset_name | The DataSet reference to be used. If you do not specify dataset_name, the current DataSet is used. | 
| datatable_name | A list of the DataTables to be cleared. | 
     EXEC ADO
        CLEAR ALL DATATABLES
     END-EXEC