BPXMTEXT is for errno. The return value from gskit calls are not errno s. ________________________________ From: IBM Mainframe Discussion List <[email protected]> on behalf of Sri Hari Kolusu <[email protected]> Sent: Friday, April 26, 2024 8:38:28 PM To: [email protected] <[email protected]> Subject: [EXTERNAL] Re: Hex error code interpreter?
Phil, You can use the command TSO EXEC 'SYS1.SBPXEXEC(BPXMTEXT)' 'your 8 digit hex code' or $ bpxmtext hexcode from shell to get the description of the errnox . TSO EXEC 'SYS1.SBPXEXEC(BPXMTEXT)' '0594003D' results in BPXFVLKP 09/23/23 JRDirNotFound: A directory in the pathname was not found Action: One of the directories specified was not found. Verify that the name specified is spelled correctly. However, TSO EXEC 'SYS1.SBPXEXEC(BPXMTEXT)' '03353084' just results in BPXFSIT 10/29/19 which is not that helpful Thanks, Kolusu ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
