Hi All,
I want to add a small pop up map to my existing MAP in CICS ( like ISPF) . Requirement is User needs to enter some valid data in the popup screen.
Is it possible ? If yes could anyone guide me what needs to do in this case ?
Joined: 18 Jul 2007 Posts: 1229 Location: At my desk
Add a small map to the mapset. make it smaller than a full screen and position it as needed. A border will help it stand out. Defining all bytes with spaces will prevent the original map from showing through. Send it without erase and then read it back and retrieve the needed info. Resend the original map with erase and go.
Hi,
But when the popup map will display .. at that time part of the original map also being displayed behind the popup map and that should not be editable.