views:

65

answers:

1

Hi,

I'm actually working on a Java Host integration. The actual system uses Microsoft SNA Server, where an ASCII-EBCDIC conversion is done based on local COMTBLG Gtable. Do you know the specification of this file? Is there anyone having coded a Java program to read it?

Thanks in advance.

Esteve

+1  A: 

The IBM toolset JTOpen has the conversion routines you need in it.

Szyzygy
Really useful API. Do you know which class does allow me loading/working with COMTBLG file? Thanks again for your quick help ;)
Esteve Camps