SET REWRITE command (remote debug mode)

Sets the maximum number of COBOL DISPLAY statements that the remote debugger displays in the Debug Console.

Read syntax diagramSkip visual syntax diagramSETREWRITEEVERYnumber;
number
Specifies the maximum number of COBOL DISPLAY statements that the remote debugger displays in the Debug Console. The initial setting is 50.

Usage note

If the remote debugger needs to display more than number, the remote debugger begins to delete the oldest DISPLAY statements so that it can display the newest DISPLAY statements.

Examples

Set the maximum number of COBOL DISPLAY statements to display to 100:
SET REWRITE 100;