Sets the current search distance for the FILEHANDLE object.
Syntax
01 FILEHANDLE PIC S9(9) BINARY.
01 NEWDIST PIC S9(9) BINARY.
01 SPRETCODE PIC S9(9) BINARY.
*
CALL ‘SPOSSD'
USING FILEHANDLE, NEWDIST, SPRETCODE.
Arguments
FILEHANDLE File handle from SPOFOP. Input.
NEWDIST New maximum search distance set in feet for a latitude and longitude
coordinate system. Input.
Return Values
PIP-OK
PIP-ERROR
SPOFOP.
Prerequisites
Alternates
None.
Notes
This procedure adjusts the current search distance for a SPOFOP to create a broader or narrower search. A broader search finds more objects, provided they exist in the input points array. The input value must be less than
PIP-MAXIMUM-SEARCH-DISTANCE and greater than
PIP-MINIMUM-SEARCH-DISTANCE.
The NEWDIST parameter specifies a rectangular search area. The units are in feet.