GSLACGFD - 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 the detail record for a LACSLink false positive report.

Syntax

01 GSID                       PIC 9(9) BINARY.
01 GS-FALSE-POS-DETAIL-DATA
01 RETURN-CODE                PIC 9(9) BINARY.
             
CALL "GSLACGFD" USING GSID, GS-FALSE-POS-DETAIL-DATA, GS-FPDD-SIZE, RETURN-CODE.

Arguments

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

*PDATA   Retrieves LACSLink statistics from the detail record for false positive address matches using the data passed in GSLACGFH. This structure contains the following:

GS-FPDD-ADDRESS-PRIMARY-NUMBER    House number. Output.

GS-FPDD-ADDRESS-SECONDARY-ABBREVIATION    Unit type (APT, SUITE, LOT). Output.

GS-FPDD-ADDRESS-SECONDARY-NUMBER    Unit number. Output.

GS-FPDD-MATCHED-ZIP-CODE    ZIP Code. Output.

GS-FPDD-MATCHED-PLUS    ZIP Code extension. Output.

GS-FPDD-POST-DIRECTIONAL    Street name postdirectional (N, S, E, W). Output.

GS-FPDD-STREET-NAME    Name of the street. Output.

GS-FPDD-STREET-PREDIR    Street name predirectional (N, S, E, W). Output.

GS-FPDD-SUFFIX-ABBREVIATION    Street type (AVE, ST, RD). Output.

FILLER   Reserved for future implementation. Output.

return-code   Size of the GSLACGFH 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"