The waitfor command delays execution of a stored procedure until a specified time or until a specified amount of time has passed.
begin waitfor delay "0:30:00" exec testproc end
After issuing the waitfor command, you cannot use that connection to SAP ASE until the specified time or event occurs.