//
//anaget command
//
//this command is used to copy the result table to current stage.

//syntax 
anaget

//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;

count jobname;

//get the result table in current stage.
anaget;


//view result