GSLACGCS - geostan_1 - 2024.01

GeoStan Geocoding Suite Reference for Windows, Linux, and z/OS

Product type
Software
Portfolio
Locate
Product family
GeoStan Geocoding Suite
Product
GeoStan Geocoding Suite > GeoStan
Version
2024.01
Language
English
Product name
GeoStan
Title
GeoStan Geocoding Suite Reference for Windows, Linux, and z/OS
Copyright
2024
First publish date
1994
Last updated
2024-07-29
Published on
2024-07-29T23:01:18.924000
Obtains the complete LACSLink statistics since the application initialized LACSLink.
Note: If singleline address input is used, the output from GSLACGCS will be incorrect.

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