Returns the number of loaded databases.
Syntax
01 GSID PIC S9(9) BINARY.
01 DBCOUNT PIC S9(9) BINARY.
*
CALL "GSGETNDB" USING GSID, DBCOUNT.
Arguments
GSID ID returned by GSINITWP for the current instance of GeoStan. Input.
DBCOUNT Number of GeoStan databases loaded. Output.
Return Values
Count of GeoStan database files loaded, or zero if GeoStan did not load any databases.
Prerequisites
GSINITWP