//
//anaput command
//
//this command is used to put the result table to file.
//syntax
anaget filename
//Examble
hand jobcat jobname/
1 1:stuff
2 2:trainning
3 3:gardman
4 4:engineerl
5 5:maneger
6 6:mba
7 7:special
;
put jobname_;
get bank.csv@;
merge jobname_ by jobcat;
statis salnow by jobname;
//put the result table to file.
anaput jobsalnow;
get jobsalnow;
//view result