Date: Mon, 25 Nov 2002 14:11:11 -0600
Reply-To: CICS List <CICS-L@LISTSERV.UGA.EDU>
Sender: CICS List <CICS-L@LISTSERV.UGA.EDU>
From: Leigh Compton <lcompton@US.IBM.COM>
Subject: Re: Expedite Product
Content-type: text/plain; charset=US-ASCII
"Jangula, Duane A." <djangula@STATE.ND.US> wrote:
>hi anybody: I have a product called Expedite Base/MVS.
> I am looking
>for info in how to use the SENDEDI and/or RECEIVEEDI
> commands used to
>send data to trading partners. If you know anything
>about this ( relates
>to HIPAA project), i would sure like to hear from you
>(offline would be
>fine also).
>.
>PS I know this is not Cics related, but i am desperate.
Actually, it could be considered CICS related since at least one version
of Expedite runs in CICS.
See these URLs:
http://edi.services.ibm.com/expedite/cics/index.shtml
http://edi.services.ibm.com/expedite/basemvs/
IBM also has a product called Data Interchange. Version 4.1 is available
and will run in all supported releases of CICS. The follow-on product is
WebSphere Data Interchange. V3.2 (not yet available) will also run in
CICS. Both contain mappings and full support for the HIPAA x12 formats.
All XML transforms for DI/WDI are written in Java (and that includes the
HIPAA x12 formats), so therefore require XML4J. My expectation is that
you'd only want to run this in CICS TS V2.2 (for performance reasons). I'm
also told that it's possible to run the WDI with its HIPAA transforms on
another platform and communicate to it with MQSeries.
Some web pages to peruse:
http://www-3.ibm.com/software/ts/datainterchange/hipaa.shtml
http://www-3.ibm.com/software/ts/datainterchange/di_v4.1/
http://www-3.ibm.com/software/integration/appconn/wdi/zos32/
Leigh