GSFDFPD - 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 detail record from GSDPVGFD.

Syntax

01 GSID                       PIC S9(9) BINARY.
01 GS-FALSE-POS-DETAIL-DATA      
01 RETURN-CODE                PIC 9(9) BINARY.
01 HEADER                     PIC X(len)
01 HEADER-SIZE                PIC 9(9) BINARY VALUE len.
             
CALL "GSFDFPD" USING GSID, GS-FALSE-POS-DETAIL-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-DETAIL-DATA    Pointer to the DPV report data structure. This value is completed by GSDPVGFD. Input.

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

HEADER   Buffer containing the DPV false positive detail record after GSFDPD successfully completes. When the application writes the false positive report, it writes this buffer to the last line of the file. Output.

HEADER-SIZE   Length of the detail buffer. Input.

Return Values

GS-SUCCESS

GS-ERROR   Call GSERRGTX for more information.

GS-WARNING   Call GSERRGTX for more information.

Prerequisites

GSDPVGFD