I have a REXX using panels to gather information from the user to build JCL for them. I'm running into a problem. After the user enters their information, they have to press the enter key twice to have it to go on. I've tried to use the following:
"ISPEXEC CONTROL DISPLAY LOCK"
before I display the panel. This causes my program to go into a loop.
Does anyone know what causes this? What do I need to do to have the user to press the enter key once to go to the next step?
"ISPEXEC CONTROL DISPLAY LOCK"
before I display the panel. This causes my program to go into a loop.
Does anyone know what causes this? What do I need to do to have the user to press the enter key once to go to the next step?