GSFDFPH - 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
Formats a DPV false positive header record with data from GSDPVGFD.
Note: If singleline address input is used, the output from GSFDFPH will be incorrect.

Syntax

01 GSID       PIC S9(9) BINARY.
01 GS-FALSE-POS-HEADER-DATA
01 RETURN-CODE       PIC 9(9) BINARY.
01 HEADER       PIC X(len).
01 HEADER-SIZE       PIC 9(9) BINARY VALUE len.
             
CALL "GSFDFPH" USING GSID, GS-FALSE-POS-HEADER-DATA, GS-FPHD-SIZE, HEADER, HEADER-SIZE, RETURN-CODE.

Arguments

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

GS-FALSE-POS-HEADER-DATA    Pointer to the DPV report data structure. This value is completed by GSDPVGFH. Input.

RETURN-CODE   Size of the DPV report data structure. Input.

HEADER   Buffer containing the DPV false positive header after GSFDFPH successfully completes. When the application writes the false positive report, it writes this buffer to the first line of the file. Output.

HEADER-SIZE   Length of the header buffer. Input.

Return Values

GS-SUCCESS

GS-ERROR   Call GSERRGTX for more information.

GS-WARNING   Call GSERRGTX for more information.

Prerequisites

GSDPVINR

GSDPVGFH