This function renames the button (in the Window-list bar) of the most recent data display window created. This is useful when running a script in online AQT.
The format of this function is:
--aqt renamebutt,name="caption"
caption is the text the button is to be renamed to.
Example:
select * from CMS.CUSTOMERS;
--aqt renamebutt,name="Cust Info"