Resets the property list to its default state.
Syntax
01 PROPLIST PIC S9(9) BINARY.
01 GSFUNSTAT PIC S9(9) BINARY.
*
CALL "GSPRESET" USING PROPLIST, GSFUNSTAT.
Arguments
PROPLIST Pointer to property list structure. Input and Output.
GSFUNSTAT Return value for the procedure. Output.
Return Values
GS-SUCCESS
GS-ERROR
Prerequisites
GSPLSTCR
Notes
Depending on the type of property list, this might mean "empty" (init and status properties) or refill it with some needed defaults (find properties).