View previous topic :: View next topic |
Author |
Message |
shekar123 Advanced
Joined: 22 Jul 2005 Posts: 528 Topics: 90 Location: Bangalore India
|
Posted: Thu Dec 21, 2006 10:23 am Post subject: unable to get the desired map after making change to the Map |
|
|
Hai All,
I have a program which is making use of map and in the CICS Region i am able to invoke the transaction and i get the screen and it works fine.Now i made a small change to the map and recompiled back the map RC = 0 as well as recompiled the Program also and in the CICS Region i did CEMT SET PROGRAM NEWCOPY - Response Normal and when i tried to invoke the Transaction i am not getting the changed map and i am still getting the same old map.
However if i do a define Map by CEDA DEF MAP and install Map by CEDA INS MAP and then if i invoke the transaction i am getting the changed map.Why is that so ? My question is whenever we change a map do we need to define and install it once gain or we should not do it ? If we need not do it why is the new changed reflected map not displaying up ? Please let me know where i am wrong. _________________ Shekar
Grow Technically |
|
Back to top |
|
|
sriramla Beginner
Joined: 22 Feb 2003 Posts: 74 Topics: 1
|
Posted: Thu Dec 21, 2006 3:36 pm Post subject: |
|
|
Are you doing CEMT SET PROGRAM(mapname) NEWCOPY as well? Note that you have to do SET PROGRAM for both your program (if changed) and map(if changed). |
|
Back to top |
|
|
shekar123 Advanced
Joined: 22 Jul 2005 Posts: 528 Topics: 90 Location: Bangalore India
|
Posted: Thu Dec 21, 2006 11:47 pm Post subject: |
|
|
Sriramala,
Thanks a lot .Your info helped me and i am clear now. _________________ Shekar
Grow Technically |
|
Back to top |
|
|
|
|