shutdown minimizes the amount of work that automatic recovery must do when you restart SAP ASE.
Disables logins, except for system administrators
Performs a checkpoint in each database, flushing pages that have changed from memory to disk
Waits for currently executing SQL statements or procedures to finish
The with nowait option shuts down SAP ASE immediately. User processes are aborted, and recovery may take longer after a shutdown with nowait. You can help minimize recovery time by issuing a checkpoint command before you issue a shutdown with nowait command.