NAME |
XHD REMOVE PARAMETER CATEGORY |
TAG |
REMOVE |
ROUTINE |
XHDPCAT |
RETURN VALUE TYPE |
SINGLE VALUE |
AVAILABILITY |
SUBSCRIPTION |
VERSION |
.1 |
DESCRIPTION |
This call removes parameter categories from their parents (i.e., "prunes"
the branch of which the the category is the root). It does NOT delete the
Category or its descendents. Use the ORR DELETE PARAMETER CATEGORY to
delete a given categor and all its descendents.
|
INPUT PARAMETER |
-
- PCAT
- PARAMETER TYPE: LITERAL
- REQUIRED: YES
- SEQUENCE NUMBER: 1
- DESCRIPTION:
This is the record number (i.e., IEN) of the parameter category.
-
- PARENT
- PARAMETER TYPE: LITERAL
- REQUIRED: YES
- SEQUENCE NUMBER: 2
- DESCRIPTION:
This is the record number (i.e., IEN) of the parameter category's parent.
|
RETURN PARAMETER DESCRIPTION |
Error condition. Returns 0 if the category was successfully removed from
its parent, or 1^message if the call failed.
|