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 [email protected] with the message: INFO IBM-MAIN
