|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Mainfranme VSAM file processing through WMB |
« View previous topic :: View next topic » |
Author |
Message
|
mqsubrata |
Posted: Wed Jul 22, 2009 2:09 am Post subject: Mainfranme VSAM file processing through WMB |
|
|
Novice
Joined: 03 Dec 2004 Posts: 18 Location: kolkata
|
Hello,
We have a requirement to process VSAM mainframe files through WMB. I know there is a support pack available IA13 for WMB on z/OS where VSAM node comes. In that case I am assuming that this support pack only work with IBM mainframe ( z/OS). Will it work for any mainframe systems ( Non IBM) or is there any other way to process mainframe VSAM files from WMB?
Would appreciate your great answer.
Thanks in advance !! |
|
Back to top |
|
 |
zpat |
Posted: Wed Jul 22, 2009 3:22 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
There are many ways.
Do you want to read the entire VSAM dataset through a message flow or extract a particular record?
Do you want to process one record at a time through the message flow?
Forget about "non-IBM" mainframes - (a) they don't really exist except in the minds of marketing people and (b) whatever they are they don't run z/OS. |
|
Back to top |
|
 |
mqsubrata |
Posted: Wed Jul 22, 2009 3:26 am Post subject: |
|
|
Novice
Joined: 03 Dec 2004 Posts: 18 Location: kolkata
|
Hello,
I want to extract a particular record also I want to modify a particular record. |
|
Back to top |
|
 |
ovasquez |
Posted: Wed Jul 22, 2009 7:41 am Post subject: Re: Mainfranme VSAM file processing through WMB |
|
|
 Centurion
Joined: 09 Dec 2005 Posts: 141 Location: Lima, Peru
|
mqsubrata wrote: |
Hello,
We have a requirement to process VSAM mainframe files through WMB. I know there is a support pack available IA13 for WMB on z/OS where VSAM node comes.
|
YES
Quote: |
In that case I am assuming that this support pack only work with IBM mainframe ( z/OS).
|
YES
Quote: |
Will it work for any mainframe systems ( Non IBM) or is there any other way to process mainframe VSAM files from WMB?
|
VSAM is from IBM...so only exist in IBM Mainframe.
VSAM is a File type, in z/Os for example exist a some file types, Secuencial, VSAM(Sub Type:Secuencial, Key, RRD), Generationals,....
>>>Maybe in other Mainframe exist other files type.
Suppport pack IA13 have some examples. Copy and Run. _________________ Oscar Vásquez Flores |
|
Back to top |
|
 |
zpat |
Posted: Wed Jul 22, 2009 7:57 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
Assuming that you don't have WMB on z/OS. I would recommend this approach:
Have WMB send a MQ message to a mainframe queue with the index value for the VSAM read in the message data.
Have this queue trigger a transaction in a CICS region using CKTI.
Code the CICS transaction to read/update the VSAM dataset and respond back (this transaction may well already exist).
There is no way to directly access VSAM from non-z/OS WMB platforms - you have to use some kind of CICS trigger or CICS bridge.
If you don't have CICS (a) get a life! and (b) use batch triggering or IMS if you use that.
MQ and CICS
http://publib.boulder.ibm.com/infocenter/cicsts/v3r2/index.jsp?topic=/com.ibm.cics.ts.wmq.support.doc/WelcomePage/WelcomePage.html |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
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
|
|
|
|