MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Which would be better? EXCI Call or CTG Implementation?

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> CICS and Middleware
View previous topic :: View next topic  
Author Message
a_seshu
Beginner


Joined: 30 Sep 2004
Posts: 16
Topics: 4
Location: Chennai

PostPosted: Sat Oct 02, 2004 7:04 am    Post subject: Which would be better? EXCI Call or CTG Implementation? Reply with quote

Hi all,

I have a request that i should parse an XML document that would come from a webpage and get the data from it and put it in a TS queue and invoke a CICS Transaction. Mad

We have two ways:

1) Call DB2 Stored procedure and use COBOL XML Event handlers to parse the XML document and then do an EXCI Call to a CICS program with the data in COMMAREA, which in turn prepares the TS queue and invokes the transaction.

2) Have a java application that would parse the xml, get the data and use CICS Transaction Gateway to call a CICS program that would again build the TS queue and invoke the transaction.


Which of these solutions would be economical and show a better performance? Confused

Thanks,
Seshu.
_________________
I dont think I would ever stop learning. - Seshu.
Back to top
View user's profile Send private message Send e-mail Yahoo Messenger MSN Messenger
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12394
Topics: 75
Location: San Jose

PostPosted: Sun Oct 03, 2004 8:42 pm    Post subject: Reply with quote

A_seshu,

Can I suggest another alternative?

1. Trigger a batch cobol program which reads in the xml document and creates a regular file and write it to a vsam file.

2. Now kick off the cics transaction after the completion of the batch job.

Hope this helps...

Cheers

Kolusu
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> CICS and Middleware All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group