GSLACGFH - 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
Retrieves LACSLink statistics for the header record for a LACSLink false positive report.
Note: If singleline address input is used, the output from GSLACGFH will be incorrect.

Syntax

01 GSID                       PIC 9(9) BINARY.
01 GS-FALSE-POS-HEADER-DATA
01 RETURN-CODE                PIC 9(9) BINARY.
             
CALL "GSLACFPH" USING GSID, GS-FALSE-POS-HEADER-DATA, GS-FPHD-SIZE, RETURN-CODE.

Arguments

GSID   ID returned by GSINITWP for the current instance of GeoStan. Input.

GS-FALSE-POS-HEADER-DATA    Retrieves LACSLink statistics from the header record for false positive address matches using the data passed in GSLACGFD. This structure contains the following:

GS-FPDD-MAILERS-ADDRESS-LINE    Address of the mailer. Input.

GS-FPDD-MAILERS-CITY-NAME    City of the mailer. Input.

GS-FPDD-MAILERS-COMPANY-NAME    Name of the mailer. Input.

GS-FPDD-MAILERS-STATE-NAME    State of the mailer. Input.

GS-FPHD-MAILERS9-DIGIT-ZIP    ZIP Code of the mailer. Input.

GS-FPDD-NTOTAL-PROCESSED    Number of records processed through LACSLink. Output.

GS-FPDD-NTOTAL-MATCHED    Number of records confirmed through LACSLink. Output.

GS-FPDD-NUMBER-FALSE-POS    Number of LACSLink false positives found. Output.

GS-FPDD-NUMBER-ZIP-ON-FILE    Number of distinct ZIP Codes processed through LACSLink. Output.

GS-FPDD-TOTAL-ZIP4-MATCHED    Number of records that have matched with ZIP + 4. Output.

RETURN-CODE   Size of the GSLACGFD data structure. Input

Return Values

GS-SUCCESS

GS-ERROR   Call GSERRGTX for more information.

GS-WARNING   Call GSERRGTX for more information.

Prerequisites

GSLACINR

GS-LACSLINK-IND == "F"