This Subprogram may be used to drop a previously defined Parameter from the currently setup Verb in the currently setup Verb Group. This will cause any positional Qualifiers associated with the Parameter to also be dropped. This request will be treated as illegal if the currently setup Group is Locked.
Short Name Calling Sequence
STATUS = UIDRPA(PARAM)
Long Name Calling Sequence
STATUS = UI_DROP_PARAMETER(...)
Input Arguments
PARAM (Character) Parameter Name
Output Arguments
None
Function Value
UI__SUCCESS ) Success UISUCC )
UI__NOT_INITIALIZED ) Package not Initialized UININI )
UI__ILLEGAL_GROUP ) Illegal Group ID UIILGP )
UI__LOCKED_GROUP ) Group Locked UIGLOK )
UI__ILLEGAL_VERB ) Illegal Verb UIILVB )
UI__ILLEGAL_PARAMETER ) Illegal Parameter UIILPA ) Note: