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"