After creating an increased PANLIB the following IBM error was encountered trying to rename it:
IEC614I RENAME FAILED - RC 008, DIAGNOSTIC INFORMATION IS (0406001E)
IEC614I is an IBM message that can have multiple causes related to SMS allocation, attributes or security.
In this case the local IBM person did a DELETE NOSCRTCH on the dataset which basically uncataloged the dataset so it could then be renamed.
Following is the IBM description of the error.
If this does not help resolve the problem, please contact IBM.
--- V=IBM P=Z/OS SYSTEM MSGS R=V2R2 I=IEC614I ---
IEC614I func FAILED - RC rc, DIAGNOSTIC INFORMATION IS (diaginfo) sss, ser,
dsname DATA SET NAME IS IN USE BUT YOU HAVE AUTHORITY TO OVERRIDE THIS TEST
Explanation
The specified DADSM function failed due to the error described by the
function return code, and the diagnostic information. The failure occurred in
the step, operating on the volume, on the data set.Note: 'DATA SET NAME IS IN
USE BUT YOU HAVE AUTHORITY TO OVERRIDE THIS TEST' appears in the message text
only if the dataset is enqueued.
The function is one of the following:
- CREATE
- EXTEND (only to new volume)
- EXTSAME (only to same volume)
- ISJF (Scheduler JCL Facility)
- PRLSE (partial release)
- RENAME
- SCRATCH
In the message text:
func The function specified.
rc The return code.
diaginfo The indicated information referring to diagnostics.
sss The step name.
ser The volume serial number.
dsname The data set name.
System action
The function does not complete; however, the job step might have completed
successfully.
Operator response
Notify your system programmer.
Programmer response
If the job step failed, refer to the z/OS DFSMSdfp Diagnosis for an
explanation of the failing function's return code, and of the associated
diagnostic information. If the function is CREATE or EXTEND, look at the
book's explanation for the same return code under REALLOC.
If you cannot correct the error as indicated in z/OS DFSMSdfp Diagnosis ,
contact your programming support personnel.
Source DFSMSdfp
Routing code 11
Descriptor code 4
--- V=IBM P=MVS REFERENCE INFO. R=Z/OS V1 & PRIOR I=0406001E ---
>>>>>>>>> Multiple item definitions exist for this item <<<<<<<<<
Description
-------------------------------------------+
Verify of SMS flags failed; caller |
indicates that the volume is not |
SMS-managed, but the FMT4 DSCB indicates |
that it is either SMS or being converted |
to SMS. |
-------------------------------------------|
Description
-------------------------------------------+
Verification of SMS flags failed; caller |
indicates the data set is not cataloged, |
but the FMT1 DSCB indicates the data set |
is cataloged. |
-------------------------------------------|