GSERRGTX - 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 informational, error, and fatal warning messages for the current thread.

Syntax

01 GSID                            PIC S9(9) BINARY.
01 ERROR-MESSAGE                   PIC X(256).
01    DETAILS                      PIC X(256).
01    GSFUNSTAT                    PIC S9(9) BINARY.
                         
CALL "GSERRGTX" USING GSID, ERROR-MESSAGE, DETAILS, GSFUNSTAT.

Arguments

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

ERROR-MESSAGE    GeoStan error code and descriptive text. Output.

DETAILS   Descriptive message, such as the file name associated with the error. Output.

GSFUNSTAT   Return value for the procedure. Output.

Return values

Next GeoStan error detected in the current thread. Upon return, error messages contain a brief description and additional text, such as the name of the file or directory associated with the error.

Note: Not all errors are fatal. For example, if GeoStan finds an inappropriate GSI file, it reports the error but continues executing.

Prerequisites

GSINITWP and GSERRHAS