SET REWRITE command (full-screen mode)

Forces a periodic screen rewrite during long sequences of output.

Read syntax diagramSkip visual syntax diagramSETREWRITEEVERYnumber;
number
Specifies how many lines of intercepted output are written by the application program before z/OS® Debugger refreshes the screen. The initial setting is 50.

Examples

Force screen rewrite after each 100 lines of screen output.
SET REWRITE EVERY 100;