Sets property iterator to first property.
Syntax
01 FIND-PROP-LIST PIC S9(9) BINARY.
01 GSFUNSTAT PIC S9(9) BINARY.
*
CALL "GSPFIRST" USING FIND-PROP-LIST, GSFUNSTAT.
Arguments
FIND-PROP-LIST Pointer to property list structure. Input.
GSFUNSTAT Return value for the procedure. Output.
Return Values
GS-SUCCESS
GS-ERROR
Prerequisites
GSPLSTCR
Notes
Prior to iterating through the properties in a property list, this procedure sets the property list iterator to the beginning of the list.