After including these lines at the top of your program, the variables
will be in memory and available for further use. sample.asc
is a sample data file that comes with
.
new;
library ei;
clear t,x,n; @ clear variables in dataset @
loadvars sample.asc t x n; @ load in vars into memory @