by claes_douglas » Wed Apr 10, 2013 6:08 pm
JNI is not specific to z/OS, it is standarised and will be available everywhere Java is.
The thing that is specific to EBCDIC based OS's like z/OS is that you have to make the calls to Java using ASCII strings, so for instance use #pragma convert or iconv(), depending on your needs. Other than that, it's JNI as usual.