Using disklist to Retrieve a Results Set from the External Environment

The PROCSRV procedure disklist shows an Open Data Services server application that returns a results set from the external environment in response to a remote stored procedure request. This procedure returns a two-column results set of all the local and network-attached drives (excluding floppy-disk drives) and the space free on each. For example:

execute PROCSRV...disklist

The results set from a remote stored procedure is always returned to the client that made the call.