It's an LE message which can be found in z/OS V1R7.0 Language Environment Run-Time Messages (http://publibz.boulder.ibm.com/epubs/pdf/ceea9160.pdf)

Explanation: An attempt was made to use a system resource that was not available because it was being used by another process or thread in a manner that would have conflicted with the request being made by this process/thread. This message is equivalent to the POSIX.1 EBUSY errno.

Programmer Response: Refer to z/OS XL C/C++ Run-Time Library Reference for the function being attempted for the specific reason for failure.

System Action: The request has failed. The application continues to run.

Regards,
Miguel Diaz
z/VM TCP/IP Development


VM/ESA and z/VM Discussions <[email protected]> wrote on 02/24/2006 04:27:13 PM:

> I need some help tracking down a mystery.  I have an exec that writes some
> data to a file in BFS.  At times, I get an error on the file.  When I
> go into the shell (OPENVM SHELL) and do ls -l on the file, I get the message:
>
> EDC5114I Resource is busy
>
> I have looked in all the messages and codes manuals, but haven't been able
> to find any EDC messages listed, much less this one.  Any idea where they
> are?  Any idea what this message means?  I'm writing the file using a
> Pipe.  Could it be leaving the file in a weird state?
>
> Martha

Reply via email to