djlsky
0 pts. | Jul 27 2005 9:21AM GMT
I recommend you look at the MS Host Integration Server 2004 which is designed for access to mainframes (non NT Based systems). HIS2004 can handle the translation from ASCII to EBCDIC and back without the need for preprocessing the EBCDIC stream with your translator. In addition HIS2004 implements SSL (via COM) which is SOX compliant (FTP is not SOX compliant unless you are encrypting the DataStream). Although the docs I have seen do not specifically address z/OS they do reference OS390 which z/OS was derived from.
You can find more info here: <a href="http://www.microsoft.com/hiserver/default.mspx" title="http://www.microsoft.com/hiserver/default.mspx" target="_blank">http://www.microsoft.com/hiserver/defaul…</a>
and Here: <a href="http://www.microsoft.com/technet/prodtechnol/host/reskit/part2/hisrkc04.mspx" title="http://www.microsoft.com/technet/prodtechnol/host/reskit/part2/hisrkc04.mspx" target="_blank">http://www.microsoft.com/technet/prodtec…</a>
specifics on EBCDIC translation here: <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/his/htm/_sna_ebcdic_code_page_support_using_the_odbc_driver_for_db2_oledb.asp" title="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/his/htm/_sna_ebcdic_code_page_support_using_the_odbc_driver_for_db2_oledb.asp" target="_blank">http://msdn.microsoft.com/library/defaul…</a>
As usual MS documentation is clear as mud but the good news is they do offering trial software for you to test with.
IBM MQseries gives you bi directional access between mainframes and Intel based systems (and their related network protocols) but will not handle translation (ditto MSMQ). Both basically only setup communication paths that homogenize network protocols.
Sounds like you are pretty close to the trees so you may want to step back and ask “what will I need next?” so you don’t end up patching patches. Instead plan and build a flexable system that will meet your future and current needs.
Good luck. djl






