Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
st: "set more off" within .ado
From
Tanuku AP <[email protected]>
To
Stata <[email protected]>
Subject
st: "set more off" within .ado
Date
Wed, 27 Jul 2011 19:43:34 -0400
Hello all,
Does Stata allow to --set-- options within an .ado file? For me, "set more off" within an .ado doesn't have the desired effect. However, interactively running "set more off" and then running the program turns off more.
My ado file starts with:
------
clear
clear matrix
set mem 100m
set more off, permanently
capture program drop dbir
program define dbir
version 11
...
...
-----
--Tanuku
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/