How can i clear the screen in micro focus cobol compiler?

I have tried the <<display "" erase screen>> but it doesn't work. Any ideas?


THANKS IN ADVANCE.


Comments

  • SET UP A SCREEN DESCRIPTION:

    01 BLANK-SCREEN.

    05 BLANK SCREEN.


    THEN WHEN YOU WANT TO CLEAR THE SCREEN

    USE THIS:

    DISPLAY BLANK-SCREEN.


Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories