Removes a property from the property list.
Syntax
01 PROPLIST PIC S9(9) BINARY.
01 PROPENUM PIC S9(9) BINARY.
01 GSFUNSTAT PIC S9(9) BINARY.
*
CALL "GSPREMOV" USING PROPLIST, PROPENUM, GSFUNSTAT.
Arguments
PROPLIST Pointer to property list structure. Input and Output.
PROPENUM Property ID. Input.
GSFUNSTAT Return value for the procedure. Output.
Return Values
GS-SUCCESS
GS-ERROR
Prerequisites
GSPLSTCR