Syntax
01 GSID PIC 9(9) BINARY.
01 GS-LACS-COMPLETE-STATS
01 RETURN-CODE PIC 9(9) BINARY
CALL "GSLACGCS" USING GSID, GS-LACS-COMPLETE-STATS, GS-LCS-SIZE, RETURN-CODE.
Arguments
GSID ID returned by GSINITWP for the current instance of GeoStan. Input.
GS-LACS-COMPLETE-STATS Retrieves LACSLink statistics since the application initialized LACSLink. This structure contains the following:
GS-LCS-NTOTAL-AMATCHES Total number of records matched through LACSLink. Output.
GS-LCS-NTOTAL-PROCESSED Total number of records processed through LACSLink. Output.
GS-LCS-NTOTAL-00MATCHES Total number or records not matched through LACSLink. Output.
GS-LCS-NTOTAL-09MATCHES Total number of records converted through LACSLink, but no new address provided. Output.
GS-LCS-NTOTAL-14MATCHES Total number of records converted through LACSLink. Output.
GS-LCS-NTOTAL-93MATCHES Total number of records matched through LACSLink where GeoStan drops the unit number. Output.
RETURN-CODE Size of the GSLACGCS data structure. Input.
Return Values
GS-SUCCESS
GS-ERROR Call GSERRGTX for more information.
GS-WARNING Call GSERRGTX for more information.
Prerequisites
GSLACINR