> I'm doing this from Linux side. Can this be done from the linux side?
Not the part about looking at the DMSDDL source code. You have to log in to MAINT (or MAINT620 if you're on 6.2) and use the CMS environment to look at those files. You can certainly write the program to unwrap NETDATA format on the Linux side (like I said, we did a Perl and C implementation as part of our NJE Bridge development work. Note that unwrapping the NETDATA part DOES NOT imply translation from EBCDIC to ASCII, you've just undone the packaging that lets NJE pass records > 80 chars over a network protocol that has limitations for line length. The content is considered opaque binary data; it's your job to transform it after it's unwrapped. ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390 ---------------------------------------------------------------------- For more information on Linux on System z, visit http://wiki.linuxvm.org/
