View previous topic :: View next topic |
Author |
Message |
selva21 Beginner
Joined: 30 Dec 2003 Posts: 53 Topics: 31
|
Posted: Mon Dec 12, 2005 8:38 am Post subject: PopUp Window in CICS |
|
|
Hi,
We are converting few programs from NATURAL to COBOL. In a particularcase, for converting a NATURAL - INPUT WINDOW statement, we need to have a pop up window (of size, say 5 rows*30 columns) set up using CICS and this window has to be thrown over an existing MAP.
I have created a small map and used "EXEC CICS SEND MAP" command without ERASE option. But I get the data of previous map in the small map area. Also, I am not getting any border for the small map.
Is there a way available to resolve these issues?
Thanks,
Selva. _________________ --------------------------------------------------------
Knowledge is power. But Imagination is more important than Knowledge. -Albert Einstein
-------------------------------------------------------- |
|
Back to top |
|
 |
warp5 Intermediate

Joined: 02 Dec 2002 Posts: 429 Topics: 18 Location: Germany
|
Posted: Tue Dec 13, 2005 7:07 am Post subject: |
|
|
There are products that do this kind of thing, if you do not have one of them then you have to do a lot of things - if you send out a pop up window you will have to restore the orginal mask in some way when you are finished with the window. The window borders will have to be defined and set up in your popup window mask by you, amongst other things. |
|
Back to top |
|
 |
|
|