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

how to know if any cics transaction id in use or obsoleted


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

New User


Joined: 02 Mar 2009
Posts: 2
Location: hyderabad

PostPosted: Sat May 22, 2010 12:58 am
Reply with quote

I am working on on decommissioning project and for that I need to indentify which transaction id are in use and which are obsoleted.

Any way to find this or when did one particular tran id use last time in system?
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: Sat May 22, 2010 1:11 am
Reply with quote

Look at the region shutdown stats and check for usage of target transactions, programs, files, etc....

Bill
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Sat May 22, 2010 1:12 am
Reply with quote

Quote:
I need to indentify which transaction id are in use and which are obsoleted

only the application documentation will tell!
Back to top
View user's profile Send private message
sharsush82

New User


Joined: 02 Mar 2009
Posts: 2
Location: hyderabad

PostPosted: Mon May 24, 2010 9:44 pm
Reply with quote

can I get the timestamp for transaction id when it is used last time by user?
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Mon May 24, 2010 10:01 pm
Reply with quote

If you have access to SMF data, and your site keeps the SMF records long enough, you could do such an analysis. However, any use-based analysis is most likely going to be wrong since there may be transactions that are used once a month (or once a quarter or once a year) and these could be misidentified as obsolete when they are not.

Your absolute first reference should be the application documentation. Applications are usually obsoleted, NOT transactions -- find out which transactions belong to the application and there's your answer.
Back to top
View user's profile Send private message
shagnwrx

New User


Joined: 07 Jul 2006
Posts: 17
Location: Birmingham, AL

PostPosted: Thu May 27, 2010 8:56 pm
Reply with quote

I had to do precisely this with our CICS environment. The way I approached this was to dump out all installed transaction names found in the group list (Use DFHCSDUP).

I then wrote a quick and dirty assembler routine that read in this list, and compared with a years worth of SMF data to see which of these transactions were used. If it got a hit, it was deleted from the list of transactions.

When it was finally complete, the only transactions in the list are those that have not been used in a year.
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 Using API Gateway from CICS program CICS 0
No new posts Calling an Open C library function in... CICS 1
No new posts How to 'Ping' a CICS region in JCL CICS 2
No new posts Parallelization in CICS to reduce res... CICS 4
No new posts How to identify the transaction categ... IMS DB/DC 3
Search our Forums:

Back to Top