GDLSGS - geographicdeterminationlibrary - 2024.00

Geographic Determination Library Reference for Windows and z/OS

Product type
Software
Portfolio
Locate
Product family
GeoStan Geocoding Suite
Product
GeoStan Geocoding Suite > Geographic Determination Library
Version
2024.00
Language
English
Product name
GeoStan Geocoding Suite
Title
Geographic Determination Library Reference for Windows and z/OS
Copyright
2024
First publish date
1994
Last updated
2024-05-09
Published on
2024-05-09T00:55:21.277227

Returns properties from the shape object in the form of a string.

Syntax

05 GDL-SHAPE-GET-STR.
      10 GDL-SGS-SHAPE PIC S9(09) BINARY.
      10 GDL-SGS-TYPE PIC S9(09) BINARY.
      10 GDL-SGS-VALUE PIC X(80).
      10 GDL-SGS-MAXSIZE PIC S9(09) BINARY.
      *
      CALL "GDLSGS"
      USING GDL-SHAPE-GET-STR, GDL-RETURN-CODE.

Arguments

GDL-SGS-SHAPE

The GDL/zOS shape. Input.

GDL-SGS-TYPE

The type of variable to return. Input.

Constants:

GDL-NAME The name of the object
GDL-NAME2 The secondary name of the object

GDL-SGS-VALUE

An alphanumeric value in which to place the property value. Output.

GDL-SGS-MAXSIZE

The size of the character array in value. Input.

Return Values

GDL-OK Success
GDL-ERROR An internal error occurred

Prerequisites

None.

Alternates

None.