HP XP7 Business Continuity Manager Reference Guide (TK954-96004)

Table 103 YKDELPTH Command Return Code List (continued)
MeaningReturn Code
32
I/O errors were encountered. None or only some of the logical paths were
deleted.
A change in an I/O configuration definition was detected.
36
Processing was interrupted because a REXX variable with an invalid value was
encountered. None or only some of the logical paths were deleted.
No path to be deleted was found.
An error occurred while a REXX variable was being read or written.40
Command execution terminated abnormally due to insufficient capacity or some
other internal cause. None or only some of the logical paths were deleted.
44
Command execution terminated because of an invalid parameter. No logical paths
were deleted.
48
The command terminated abnormally. The user does not have permission to execute
this command.
128
YKDROP Command
Format
To drop all REXX variable structures:
YKDROP("ALL")
To drop only specific REXX variable structures:
YKDROP("{GRP|PTH}","stem-name")
Function
This is a REXX function called from REXX scripts.
This function can either drop all the valid REXX variable structures in the script, or drop only the
REXX variable structures with a specific stem name.
Parameters
ALL
Drops all the valid REXX variable structures (copy group structures, route list structures, path set
structures, Host-Discovered Array Index structures, and Host-Discovered Array structures) in the
script.
{GRP|PTH}
Drops the REXX variable structures with a specific stem name.
GRP
Drops the REXX variable structures related to copy group structures with a specific stem name.
PTH
Drops the REXX variable structures related to path set structures with a specific stem name.
stem-name
stem-name ~ <REXX prefix of 64 or fewer characters>
198 CLI Commands