Hello!
Imagine a program, that builds an input screen by means of the SCREEN SECTION. It is displayed and filled by the user. The last lines are like this:
CALL "SYSTEM" USING "FOO". STOP RUN.
After the system call, the program rebuilds the SCREEN before exiting. I'd like to avoid the redraw and the program to directly exit after the CALL.
Any chance without avoiding the CALL itself?
TIA!
Anonymous
You seem to have CSS turned off. Please don't fill out this field.
Hello!
Imagine a program, that builds an input screen by means of the SCREEN SECTION. It is displayed and filled by the user. The last lines are like this:
CALL "SYSTEM" USING "FOO".
STOP RUN.
After the system call, the program rebuilds the SCREEN before exiting. I'd like to avoid the redraw and the program to directly exit after the CALL.
Any chance without avoiding the CALL itself?
TIA!