On Wed, 28 Dec 2005 19:38:39 +0100, Jon Renton <[EMAIL PROTECTED]> wrote:

>Hello,
>
>I am getting the follwoing abend:
>
>IEC212I
>414-08,IGG0201B,DBM05310,DFDSS,XRSDLOG,687C,SYSS45,SSUXRSP.XRS999.XRSLOG01
>
>The IBM documentation is not very descriptive. Can anyone help me to
>understand/solve the problem?
>
>TIA
>
>Regards
>Jon
Hi Jon,

I think this is just a fairly straightforward challenge regarding the
processing of your sequential data set, which seemingly is
SSUXRSP.XRS999.XRSLOG01.

http://publibz.boulder.ibm.com/cgi-
bin/bookmgr_OS390/BOOKS/IEA2M751/SPTEE212I

The message diagnosis states:

Explanation: The error occurred during processing of a CLOSE macro
instruction for a data set on a direct access device or tape.

Return Code Explanation 08: For a QSAM data set either an I/O error
occurred while flushing the buffers during close processing or a close was
issued in the caller's SYNAD routine.

There are quite a few similar hits at IBM searching for IEC212I 414-08
IGG0201B, for example:

http://www-1.ibm.com/support/docview.wss?uid=swg21221112
http://www-1.ibm.com/support/docview.wss?uid=isg1OA04013

I think you need to concentrate on what state the offending data set is in
when you’re trying to process it.  Maybe it has not benefited from total
pre-allocation (E.g. Allocated, Primed, EOF, Buffers Closed, et al) or
maybe it’s an “open” state, which requires some action (E.g. Deallocation,
Buffers Closing, et al).  Arguably maybe the program performing the
operation could do the “clean up” processing, but then maybe the program
performing the operation isn’t the problem.  It’s hard to tell from the
information what operation is being performed, but if it’s a DS operation,
then maybe look into this a little further.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to