IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Create VSAM Trigger file


IBM Mainframe Forums -> All Other Mainframe Topics
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
PremKumarNair

New User


Joined: 12 Jan 2010
Posts: 27
Location: Pleasanton,CA

PostPosted: Tue Dec 24, 2013 10:50 am
Reply with quote

I wonder if it is possible from a Web App (Java or .Net or any client which supports MQ), we can write data to transmission queues which in turn can be linked to the Local Queues residing in Mainframe? These queues can then trigger a CICS Transaction which in turn can trigger programs to read your VSAM files and return back values via Queues to your Web App. Wonder anybody worked on a process that would write to or create a vsam trigger file from a web application?
Back to top
View user's profile Send private message
sureshpathi10

Active User


Joined: 03 May 2010
Posts: 154
Location: Kuala Lumpur

PostPosted: Tue Dec 24, 2013 1:14 pm
Reply with quote

Hi Prem,

Yes. It is possible to trigger the CICS transaction from Java via MQ Series.

1. Create a MQ Queue Manager.
2. Create two Queues (One for input to HOST and other for response back).
3. Let the Java guys to put message into the queue and get response from appropriate queues.
4. CICS setup for triggering a transaction, when there is a message put in the input queue.
(You should contact your MQ admin & CICS admin for all the above tasks)

5. You can create a CICS program to read the queue and process it (process VSAM file) and put response message to output queue. (This program needs to be assigned to the transaction that get triggers for a queue message).

Note: This is not a simple or one person task to do. You need a team to do this. Please search how to do these steps separately.
Back to top
View user's profile Send private message
PremKumarNair

New User


Joined: 12 Jan 2010
Posts: 27
Location: Pleasanton,CA

PostPosted: Wed Dec 25, 2013 12:20 am
Reply with quote

Thanks Suresh. This is an wonderful alternative which I may have to pursue.But I am trying to figure out from IBM support team the functionality of VSE connector and how it can be applied to fulfill my requirement. I put in a request to IBM support group and they got back to me saying that they are doing the research,.Unfortunately it is several weeks now and so here I am trying to see if any there is any expert hands already worked on in this area.
Back to top
View user's profile Send private message
Bill O'Boyle

CICS Moderator


Joined: 14 Jan 2008
Posts: 2501
Location: Atlanta, Georgia, USA

PostPosted: Wed Dec 25, 2013 12:47 am
Reply with quote

Try this link to VSE WAVV - wavv.org/

There might be something there or you could possibly contact a WAVV member.

Also, try Google for "IBM VSE Boeblingen Germany".

HTH....
Back to top
View user's profile Send private message
PremKumarNair

New User


Joined: 12 Jan 2010
Posts: 27
Location: Pleasanton,CA

PostPosted: Wed Dec 25, 2013 3:48 am
Reply with quote

Thanks Bill.Will take a look and see what is in there.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> All Other Mainframe Topics

 


Similar Topics
Topic Forum Replies
No new posts Compare 2 files and retrive records f... DFSORT/ICETOOL 3
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 8
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
Search our Forums:

Back to Top