kyrenia
kyrenia

Reputation: 5575

Prevent stata output window from dropping old analysis

As i run more commands in Stata, the earlier output disappears from the window (i.e, if i scroll to the top, the earlier output is no longer there, suggesting that there is a set 'height' or number of rows of the output window).

Is it possible to change this setting, i.e., to increase the amount of output that is displayed?

Upvotes: 0

Views: 377

Answers (1)

kyrenia
kyrenia

Reputation: 5575

Thanks to the suggestion in the comments - in case of relevance to anyone else, this can be achieved with the command:

  set scrollbufsize 2000000

(or any value up to 2000000) - this takes effect the next time Stata is opened.

Upvotes: 1

Related Questions