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

How to read a table to put the message in mq queue?


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
niharika1234

New User


Joined: 01 May 2006
Posts: 9

PostPosted: Fri Nov 24, 2006 10:39 am
Reply with quote

Hi,


I NEED TO OBTAIN THE NAME OF THE MQ SERIES QUEUE TO BE USED TO PUT THE MESSAGE ON THE MQ SERIES QUEUE USING A TABLE........ BASICALLY I WANT TO KNOW THE HOW TO READ A TABLE....

For eg.....

when we use a vsam file from which we read we write in this way.........
EXEC CICS
READ
FILE ('xxxxxxxx')
INTO (_________)
RIDFLD (W30-KEY)

Thanks
KEYLENGTH (LENGTH OF ________)
RESP(__________)
END-EXEC

In the same way how we can we read from a table?
Back to top
View user's profile Send private message
William Thompson

Global Moderator


Joined: 18 Nov 2006
Posts: 3156
Location: Tucson AZ

PostPosted: Fri Nov 24, 2006 2:50 pm
Reply with quote

What kind of table?
A table in memory - use subscripts or indexes....
A database table? - use selects....
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 -> CICS

 


Similar Topics
Topic Forum Replies
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Load new table with Old unload - DB2 DB2 6
No new posts Pulling a fixed number of records fro... DB2 2
This topic is locked: you cannot edit posts or make replies. how can I proof that message was post... Java & MQSeries 1
No new posts Multiple table unload using INZUTILB DB2 2
Search our Forums:

Back to Top