View previous topic :: View next topic
|
Author |
Message |
DONNA GRAVES
New User
Joined: 27 Dec 2019 Posts: 3 Location: Canada
|
|
|
|
I have deined several transid's using CEDA for my group. Recently someone else, in a different group, defined some of the same transids as mine. When they installed, they overrode my definitions and their transids pointed to different programs.
I don't understand how 2 transids with the same name, with 2 different groupnames, can override the other. Unless the other person didn't define using a groupname?
Is there a setting in CEDA to ensure that the transids are part of different groups? |
|
Back to top |
|
|
DONNA GRAVES
New User
Joined: 27 Dec 2019 Posts: 3 Location: Canada
|
|
|
|
I should clarify that when the other person used CEDA to define their transids, it didn't delete my same transids in CEDA. When they then did an INstall, then it overrode mine. So my students ended up running their transactions |
|
Back to top |
|
|
Robert Sample
Global Moderator
Joined: 06 Jun 2008 Posts: 8700 Location: Dubuque, Iowa, USA
|
|
|
|
What you have described is normal behavior for CICS. From the manual www.ibm.com/docs/en/cics-ts/5.6?topic=installation-duplicate-resource-definition-names
Quote: |
If you INSTALL a group while CICS is active, the resource definitions in the group override any of the same type and name already installed. When an existing resource definition is replaced in this way, the statistics associated with the old resource definition are transferred to the new definition. If a PROGRAM definition is replaced, the program is relocated on the library and loaded when the new definition is referenced for the first time. In effect, the new definition implies a NEWCOPY operation. The same rules apply to map sets and partition sets. |
|
|
Back to top |
|
|
DONNA GRAVES
New User
Joined: 27 Dec 2019 Posts: 3 Location: Canada
|
|
|
|
Thank you for your reply. In my instance, I defined a transid in one group another person defined the same named transid in a different group. Should it still replace when they are in different groups? |
|
Back to top |
|
|
|