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

Code to make a file contatining the log of CEEMSG/MQGET/MQPU


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

New User


Joined: 13 Jan 2010
Posts: 15
Location: Hyd

PostPosted: Thu Feb 25, 2010 12:42 pm
Reply with quote

Write a code (REXX or Cobol) that will browse thru the CEEMSG and search for the msg log for a specific name(provided as input thru JCL) and write to a report file. icon_lol.gif
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Thu Feb 25, 2010 12:44 pm
Reply with quote

And.... who is supposed to do it ?
Back to top
View user's profile Send private message
Anshuman_Hyd

New User


Joined: 13 Jan 2010
Posts: 15
Location: Hyd

PostPosted: Thu Feb 25, 2010 12:49 pm
Reply with quote

just want the idea as how can we do it.The coding will be done by me.Just for an idea as what r the steps we need to code it in cobol!!!!
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Thu Feb 25, 2010 1:05 pm
Reply with quote

You will have to speak to Your cics support to find out about CEEMSG setup
<usually> it is an extrapartition PS dataset

You can process in any way You want,
for a simple selection of a some records even a simple ICETOOL/DFSORTmight be enough
Back to top
View user's profile Send private message
Earl Haigh

Active User


Joined: 25 Jul 2006
Posts: 475

PostPosted: Fri Feb 26, 2010 4:22 am
Reply with quote

CEEMSG may be assigned to SYSOUT dataset which makes it more
difficult for a cobol'r to just start reading.

If it is defined as a physical dataset there are issues to be concerned
about, like closing / opening the TDQ, according to the disposition
definition of TDQ.

Either way, you better check with your CICS Tech support people,
they may not like the idea of you reading the CEEMSG file, without
their assistance.
Back to top
View user's profile Send private message
pkmurali
Warnings : 1

Active User


Joined: 15 Dec 2005
Posts: 271

PostPosted: Wed Mar 24, 2010 1:36 pm
Reply with quote

Earl,

Can you pitch more on dispostion of TDQ

Quote:

If it is defined as a physical dataset there are issues to be concerned
about, like closing / opening the TDQ, according to the disposition
definition of TDQ.


Thanks,
Murali
Back to top
View user's profile Send private message
Earl Haigh

Active User


Joined: 25 Jul 2006
Posts: 475

PostPosted: Wed Mar 24, 2010 6:34 pm
Reply with quote

pkmurali,

you really need to talk to your CICS technical support people about
what you are trying to accomplish.


Earl icon_biggrin.gif
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 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