hallow
there is a better way to do this select (not a1,a2,a3....)
in proj_tab_name there is more fields then op1....op2
SELECT op01 op02 op03 op04 op05 op06 op07 op08 op09 op10 op11 op12
FROM (proj_tab_name)
INTO TABLE truma_tab
WHERE zyear = year.
Regards