To use a dataset that has been saved in Stata format use the `` use'' command. Stata-format datasets are usually recognizable by the ``.dta'' in the filename (e.g. wind.dta). To use a dataset called ``wind.dta'', type
use windIf you are not sure of the filename, select File and Open from the menus. A file-finder dialog box will appear and you can navigate to the appropriate directory and find your data file.
clearto clear out the previous dataset.