I know of no specific option or command.
You'd need to look at the manual for the screen you are using.
There might be an ESC sequence that will do it, and if so,
you can send it using PUT EDIT.
Alternatively, use PUT EDIT to write out sufficient blank lines, e.g.:
PUT EDIT ( ('' DO I = 1 TO 10) ) (SKIP, A(1) );
Robin400