View previous topic :: View next topic
|
Author |
Message |
Channabasavanna S
New User
Joined: 05 Aug 2021 Posts: 2 Location: Bangalore India
|
|
|
|
Hi,
I have a COBOL CICS DB2 program where I have done my changes to one of the transaction. When I am entering transaction name on native CICS screen values are coming different because my program is displaying segment values as empty which shouldn’t be the case. But when I am pressing enter second time, correct values are getting displayed.
Could you please advise why on first time enter, values are getting displayed incorrectly?
Thanks,
Channa |
|
Back to top |
|
|
Rohit Umarjikar
Global Moderator
Joined: 21 Sep 2010 Posts: 3076 Location: NYC,USA
|
|
|
|
Welcome!
When you enter first time it’s may be because you have used MAPONLY option and next time onwards it’s DATAONLY or nothing is mentioned during SEND MAP.
second understand and debug the program if needed to see how it’s codes logically. |
|
Back to top |
|
|
Channabasavanna S
New User
Joined: 05 Aug 2021 Posts: 2 Location: Bangalore India
|
|
|
|
Thanks Rohit. Will try these solutions 😊 |
|
Back to top |
|
|
|