|
|
| Author |
Message |
pav001
New User
Joined: 02 Nov 2005 Posts: 25
|
|
|
|
Hi,
I am mainframe Natural developer. The problem I am facing is that I am using two windowed maps in my program(DDCMTMDA & DDCMTMDB). The first one takes input and based on the input the second window is displayed right after it for confirming the input. The problem I am facing is that when i run the program after the first window is displayed and appropirate input is given the second window does not get displayed. Instead the first window is displayed again. If I single step through the program then it works fine and the second window displays as expected.
Part of code attached.
Thanks in advance! Gb. |
|
| Back to top |
|
 |
References
|
Posted: Sat Jun 07, 2008 3:09 am Post subject: Re: Problem while using two windows |
 |
|
|
 |
monasu1998
Active User
Joined: 23 Dec 2005 Posts: 95 Location: Hyderabad
|
|
|
|
Hello
Did you handled the Windows correctly?
before using nay window, did you write
SET WINDOW= 'window name"
...
Please see for online help in Natural session only. That will be helpful I assume. |
|
| Back to top |
|
 |
|
|