IBM / IBM-Z-zOS

The helpful and handy location for finding and sharing z/OS files, which are not included in the product.
Apache License 2.0
386 stars 183 forks source link

ezNoSQL znsq_create return codes #234

Open cybersorcerer opened 1 year ago

cybersorcerer commented 1 year ago

Hi,

I do work on an Enterprise SDK for Python C Extension for ezNoSQL. I get a hex return code of x'ffff' (masked by znsq_err macro) from znsq_create so i was looking for a documentation of znsq_create return codes but could not find any. x'ffff' does not look right to me. I tested with return code fields defined as int and uint32_t but get x'ffff' in both cases. Any ideas where i can find a more detailed explanation of znsq_create return codes? Is there a way to get debug messages from znsq_create in order to analyse the issues further? My extension is compiled/linked as 64Bit i am using libigwznsqd64.x/so

Thanks in advance!