Pardon me if this question seems basic but i still cant solve it. How do you get to clear screen in the application window of cobol during runtime? i have tried using:
DISPLAY ERASE AT 0101.
Although it clear the screen but it does not clear the contents in the ACCEPT statement. Any other ways to solve this problem? Please help.
DISPLAY ERASE AT 0101.
Although it clear the screen but it does not clear the contents in the ACCEPT statement. Any other ways to solve this problem? Please help.