varsave "alpha.data" alpha
saves the values of the variable alpha in the file alpha.data (in your current working directory within Prism).
varsave "/u/kathy/alpha2.data" alpha*2
saves the results of the expression alpha*2 in the file with the path name /u/kathy/alpha2.data.