Hi,
Has somebody done batching of EDI docs through TN. This can be either one pass(ISA & GS) or two pass (GS first then ISA).
Sumit
Hi,
Has somebody done batching of EDI docs through TN. This can be either one pass(ISA & GS) or two pass (GS first then ISA).
Sumit
Yes. We’ve done a process where we queued docs before translation and then translated and enveloped a single tset type (e.g. 850s) in one pass.
I’m trying to interface webMethods with my legacy system, IBM’s DI (DataInterchange) translator. Has anyone here linked to the CICS version of DI?
Dave Adler
Fisher Scientific
David.Adler@fishersci.com
Rob,
Can you briefly write down the steps needed to do this. Was it a 2 step (first GS and then ISA) or one step (GS and ISA together) process.
thanks
Sumit
As mentioned earlier, we “…enveloped a single tset type (e.g. 850s) in one pass.”
The wM 6 EDI adapter docs describes its approach to batching quite nicely. Our approach was quite similar, though we queued the docs before translation whereas the EDI adapter has you queue the docs after translation. The high-level steps we used:
HTH.