| Previous: Purpose: | Up: ALIAS | Next: BEEP |
The ALIAS command is also useful if you wish to run the same analysis on
several different datasets. To do this easily, redefine the dataset name with
a command like this: alias data c:
data
nevada
house;. Then include the
commands below it to run the analysis you want using the name data. Then,
to run the same set of commands on a different dataset, you would only need to
edit the ALIAS command at the top of your file to read ALIAS data c:
data
wyoming
senate;, leaving the rest of
the commands as they were.
Note that PRELIM AUTOMATE will create certain ALIAS commands as part of its procedure.