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.