Slim chance the A618 could be an FTP error code, x'A618' is 42520 where 42
is function code (LOCSITE) and 520 would be the error reason.  Long shot
but seems somewhat plausible use of reason code by FTP which can be
ill-behaved.

On Sun, May 31, 2020 at 9:29 AM Charles Mills <charl...@mcn.org> wrote:

> I am looking at some SMF 30 S222 ABEND completion codes. Most of them are
> S222-0000 as you would expect. A handful have a non-zero reason code, many
> of them A618. The ABEND 222 documentation does not mention reason codes:
>
> https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.4.0/com.ibm.zos.v2r4
> .ieah700/m015078.htm
>
> Here is the logic that produces the S222-xxxx field:
>
> "S" || Right(C2X(Substr(Section, 1,2)), 3) || "-" || C2X(Substr(Section,
> 7,2)) /* where "Section" is the completion section */
>
> That's only formatting the low-order two bytes of the reason code, so it
> might really be xxxxA618. (Remember that byte 0 is subscript 1 in Rexx.)
>
> Any ideas what the reason code might mean? The ABEND comes from FTP issuing
> a CANCEL command for a submitted job because JESPUTGETTO has expired.
>
> Charles
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to