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.
  
<HANSEL>
open abdata.gdt
summary
#there are some missing observation 
smpl full
smpl YEAR>1978 --restrict
smpl YEAR<1983 --restrict
summary 
#no missing observation
# for every industry in which the company operates do a panel plot for wage
#pseudo-code
loop i=1..8
    smpl full
smpl IND=$i --restrict
 summary WAGE --simple
  
# select WAGE, right click select panel plot/group means
#is it posibile to generate a panel plot in a loop
# or at least to retrive the information wich is used ( the mean of the series for every year???
endloop
<HANSEL>

Best, 
Mihai