The only thing that I've really found is C/C++ oriented in the Redbook: "Java Stand Alone Applications on z/OS Volume II"
<quote> JNI was originally designed to be used in combination with C/C++, but you can also achieve interlanguage interoperability with Java through COBOL. This function is part of Enterprise COBOL for z/OS V3R4. This method is fairly new and until recently, using JNI was only possible in a combination of Java and C/C++. So, in most cases JNI is still used in combination with C/C++. Through C/C++ you can access a huge number of z/OS UNIX Assembler Callable Services, which in turn enables you to reach resources that may not be accessible directly through Java code. In that situation you could decide to use a native language to achieve your goal. There is also the possibility of using an indirect interface. By “indirect” we mean, for example, a piece of C/C++ code that provides a link to an Assembler module. That way you can use the JNI to integrate Assembler in your Java application. <quote> http://www.redbooks.ibm.com/abstracts/sg247291.html ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

