CURRENT Keyword

Use the CURRENT keyword with the DORMANT option of the SET CONNECTION statement as a shorthand form of identifying the current connection. The CURRENT keyword replaces the current connection name. If the current connection is con1, the following two statements are equivalent:
SET CONNECTION 'con1' DORMANT;

SET CONNECTION CURRENT DORMANT;