More wishes for Stata 15:
0) Allow -if- and -in- qualifiers to the -append- statement.
1) Add support for varlist and -if- and -in- qualifiers to the -save- statement.
2) Allow user to provide a memory limit for the -merge- statement, so that
-merge- does not have to assume every possible observation will merge,
which may reserve far more memory than is necessary..
3) Speed up -merge- to be similar in speed to -use-.
4) Allow decreasing alphabetic sorts in -sort-.
5) Reading and writing .raw and .dta file from and to a pipe. (This was available
through Stata 12).
6) A traceback (treating .do and .ado files like subroutines) for fatal errors showing
the sequence of calls to the aborting routine (with line numbers).
7) Augment "NNN missing values generated" with the variable name so
that you can readily identify which of a series of assignments had a
problem.
The rationale for these is given at http://www.nber.org/stata/efficient
0) Allow -if- and -in- qualifiers to the -append- statement.
1) Add support for varlist and -if- and -in- qualifiers to the -save- statement.
2) Allow user to provide a memory limit for the -merge- statement, so that
-merge- does not have to assume every possible observation will merge,
which may reserve far more memory than is necessary..
3) Speed up -merge- to be similar in speed to -use-.
4) Allow decreasing alphabetic sorts in -sort-.
5) Reading and writing .raw and .dta file from and to a pipe. (This was available
through Stata 12).
6) A traceback (treating .do and .ado files like subroutines) for fatal errors showing
the sequence of calls to the aborting routine (with line numbers).
7) Augment "NNN missing values generated" with the variable name so
that you can readily identify which of a series of assignments had a
problem.
The rationale for these is given at http://www.nber.org/stata/efficient
Comment