It's confusing. The last four nibbles, 730C, are the "real" reason code. Just 
scroll down in here: 
https://www.ibm.com/docs/en/zos/2.5.0?topic=errnojrs-zos-unix-reason-codes 

As the first part of the section says

The reason code is made up of 4 bytes in the following format:
cccc               rrr

cccc is a halfword reason code qualifier. Generally this is used to identify 
the issuing module and represents a module ID.
rrrr is the halfword reason code that is described in this documentation. Only 
this part of the reason code is intended as an interface for programmers.

(And there's a typo in what the above says. The first "rrr" should be "rrrr".)

Charles

On Sat, 3 Feb 2024 17:12:52 -0000, Lennie Dymoke-Bradshaw 
<[email protected]> wrote:

>I am trying to debug a situation in zSecure where I am getting this message
>from the CKNSERVR address space.
>
>CKN017I 12 BPX1AIO connect failed on socket 1 RC 111 permission denied,
>reason 7663 730Cx
>
>           Port 7173 of 192.168.11.100
>
>BPX1AIO documents that its return and reason codes are in the UNIX messages
>and codes manual.
>

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to