View previous topic :: View next topic
|
Author |
Message |
mandrake_84
New User
Joined: 05 May 2021 Posts: 1 Location: United States
|
|
|
|
Hello all,
I am new to CICS but here's what I want to know.
In the past, for a reengineering project, I have done something called production parallel monitoring on few servers before going live with the new flow/program. The application I worked with used to get XML requests from front end applications and so it was easy to route the XML to production API and also to the parallel API. The parallel API does the processing and updates a different database than the actual production API. So we were able to compare the results. The front end applications will receive the response only from the production API and not from the parallel API.
Now, I want to know how to achieve the same with 3270 screens. As I understand BMS creates what are known as symbolic maps (copybooks) that are used by COBOL program for processing. I want to know how this information can be sent simultaneously to a parallel system that's not running on mainframes. |
|
Back to top |
|
|
Robert Sample
Global Moderator
Joined: 06 Jun 2008 Posts: 8700 Location: Dubuque, Iowa, USA
|
|
|
|
Modify the COBOL program(s) receiving the maps to send the map data to the remote system after the map is received. For what you want to do, the copy book is useless -- it is a static representation of what data is available on the map but does not provide the data on the CICS screen. |
|
Back to top |
|
|
|