I use:
DEFINE ALIAS (NAME(NEWALIAS) RELATE(USERCAT.Z24D.USER))
IDC3013I DUPLICATE DATA SET NAME
IDC3013I DUPLICATE DATA SET NAME
and when I tried to delete I got:
DELETE NEWALIAS ALIAS
IDC3012I ENTRY NEWALIAS NOT FOUND
IDC3012I ENTRY NEWALIAS NOT FOUND
I used this commands to try to get more info:
LISTCAT ALIAS ALL
LISTCAT ENTRIES(NEWALIAS) ALL
IDC3901I ERROR QUALIFYING NEWALIAS
IDC3902I ** DEFAULT SERVICE ROUTINE ERROR CODE 36, LOCATE ERROR CODE 0
IDC0014I LASTCC=4
I go to the doc.
https://www.ibm.com/docs/en/zos/2.4.0?t ... s-idc3902i
And check error code:
36
Not enough qualifiers were specified for the data set name. For example, the name specified was “A.B,” but the catalog contains an entry for “A.B.C.”
And Programmer response I can read:
36
Respecify the data set name.
It is not clear for me.
Any little help please?