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

How to test two new changes of CICS program at the same time


IBM Mainframe Forums -> Mainframe Interview Questions
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
vinuk2009

New User


Joined: 30 Apr 2009
Posts: 19
Location: chennai

PostPosted: Sat Aug 08, 2009 4:54 pm
Reply with quote

We have only one CICS Dev region and two teams in our organization want to test the same program at the same time with thier new changes.
How we can handle this situation?
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: Sat Aug 08, 2009 6:10 pm
Reply with quote

There's a couple of ways:

1. Prioritize. Have management determine which change needs to go in first and that team tests their change first. The other team must then add their changes to the new copy of the program.

2. Some applications allow use of multiple sets of transactions (ADxx transactions and programs may be test group one, AExx transactions and programs test group two, and so forth) -- if so, you can test both at the same time. Reconciliation of the changes in the two different versions of the program could be difficult, though. If this is not set up for your application already, though, you probably don't want to go through the major effort to set this up.

The usual recommendation, due to the reconciliation issue, is not to allow simultaneous testing of changes to the same program. Note that CICS will not allow access to two copies of one program on disk so there is no way to test two copies of a single program in a single region at the same time.
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 -> Mainframe Interview Questions

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts To get the the current time DFSORT/ICETOOL 13
No new posts RC query -Time column CA Products 3
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
Search our Forums:

Back to Top