Am 31.08.2016 um 02:52 schrieb cociuba mihai:
 I'm interested to know if there are any possibilities to generate
panel
 plots from a script, or to retrieve the mean of the selected series.
 Also the panel plot command doesn't appear in the command log. 
...
 #pseudo-code
 loop i=1..8
     smpl full
 smpl IND=$i --restrict
  summary WAGE --simple
 
Sorry, today I'm having problems understanding the questions on the list...
I'm speculating that perhaps the problem that your question is referring 
to is that after restricting the sample of a panel dataset, the panel 
property/organization of the dataset might get lost, and thus no panel 
plots are possible anymore.
If that speculation is correct, then it might help to re-establish the 
panel dimensions after restricting the sample, perhaps like this:
smpl IND = $i --restrict
setobs unitindex timeindex --panel-vars
where "unitindex" and "timeindex" must exist and must be what their 
names imply.
good luck,
sven