SQLCLOSE Verb - Disconnect from Data Source
Syntax
SQLCLOSE(sqlchan{,ERR=lineref})
Description
The SQLCLOSE verb disconnects PRO/5 from the data source on sqlchan.
Any pending operations on sqlchan
are canceled, and any result set uncollected is discarded.
Examples
1020 SQLCLOSE(1)
See Also
Verbs - Alphabetical Listing