Lars,
Thanks for the solution.
I was trying to call the procedure directly from my calc view using:
call "_SYS_BIC"."Myschema/ViewProc"(var_out); for which I got the above error I stated. But for now I did a work-around by creating a temporary column to match the table structure and out parms..
Tried your solution too, I could avoid the temporary column creation with this..
Thanks much!
Thanks,
Anil