Hello there,
as already announced I am working on the *next* release of 'Rexx2Nrx',
my 'classic Rexx to NetRexx' converter.
As compared to the release currently available on www.Rexx2Nrx.com,
this major release does include the following:
1.) Rexx2Nrx, by itself, is now totally written in NetRexx.
2.) It does TRANSLATE *and* also IMPLEMENT the ancient *EXECIO*,
formerly used on IBM VSE, CMS, and MVS for FILE I/O.
.
When possible, syntactically, the proper routines of my own file I/O
routines
are used. When NOT possible, there is an emulation of EXECIO provided.
3.) It does contain a *trial version* of a quite unusual implementation of
the INTERPRET Statement: a (very small) program is generated, compiled,
and executed on the fly (in Java).
4.) It does contain a *trial version* of an implementation of the
'classic Rexx'
TRACE statement.
Opposite to NetRexx, the 'Rexx2Nrx' TRACE traces the *original Rexx source*
(not the NetRexx Source).
Now, after these announcements, I'm seeking for a JAVA CLASS and
method(s) how to READ/WRITE an IBM PARTINIONED DATASET in JAVA.
Reason for that is, that I would like to implement this access in my
implementation
of the stream/linein/lineout routines in /Rexx2Nrx/RunTime/RexxFile .....
When anybody of you *does know*, which CLASS/METHODS IBM does provide
to *read a PARTINIONED* dataset thru Java (on zOS), please reply to this
msg.
or send me a private mail to
[hidden email].
Thanks in advance,
Tom.
Tom. (ths@db-123.com)