HP OpenVMS Systemsask the wizard |
The Question is: Is there a way to read a RMS file using java? The Answer is : Yes, the standard Java Stream File I/O API works just fine for access to RMS files on OpenVMS. If you wish to access RMS-specific structures such as the FAB and RAB, you will want to create and call C or C++ code via the Java Native Interface (JNI) API.
|