Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Pro*COBOL question
I tried to use Pro*COBOL to call a stored procedure. I was wondering
if I can pass a ROWTYPE as a parameter for that procedure. I declared
host variable as a group variable mapping with columns. However, I got
an error during compilation. The message is as follows:
Error at line 145, column 34 in file TEST_PARM.pcn
tmp_ins(:h-tmp-test-rec); .................................1
Is that any ways to get around this? I am trying not to pass each individual field if possible. Thanks. Received on Tue Apr 22 2003 - 18:09:56 CDT
![]() |
![]() |