DESERV RENAME function reason codes

Table 1. DESERV RENAME Function Reason Codes
Return Code Reason Code Meaning Name
00(X'00') 0000(X'00') DESRS_SUCC Successful processing.
08(X'08') 1002(X'3EA') DESRS_NOTFOUND Some members not found
08(X'08') 1014(X'3F6') DESRS_MULTIPLE_ERRORS More than one error occurred. Check the codes in DESL.
08(X'08') 1040(X'410') DESRS_INVALID_NAME_PREFIX The first 8 bytes of the name were all X'FF'.
08(X'08') 1108(X'454') DESRS_BOTH_NAMES_SAME A FUNC=RENAME request specified a new name and an old name which were the sam
08(X'08') 1110(X'456') DESRS_NEW_NAME_EXISTS A FUNC=RENAME request specified a new name which already exists in the pdse.
12(X'0C') 1045(X'415') DESRS_PDS_NOT_SUPPORTED This function request is not for a PDSE data set
12(X'0C') 1062(X'426') DESRS_INVALID_NAME_PTR The address of the name parameter is 0.
12(X'0C') 1076(X'434') DESRS_NAME_LIST_COUNT_INVALID The count of entries in the NAME_LIST is 0.
12(X'0C') 1077(X'435') DESRS_NAME_LIST_@_INVALID The address of NAME_LIST structure is 0
16(X'10') 1061(X'425') DESRS_INVALID_NAME_LENGTH The length of a name is either 0 or greater than 8.
20(X'14') 1083(X'43B') DESRS_CLOCK_ERROR An STCK instruction failed.