View Single Post

   
  #1 (permalink)  
Old 02-27-2008, 08:37 AM
Prashant Sogarwal
 
Posts: n/a
Default SQL procedure tracing

Hi

I am trying to debug a stored procedure by using the source code given
by Serge in one of the DW article about SQL procedure tracing
(http://www-128.ibm.com/developerwork...dm-0409rielau/)

I am unable to get rid of these errors while linking the sqlpltrc
program using sqlpltrc.exp file on AIX 5.2, any help is appreciated.

xlc_r $EXTRA_CFLAG -qmkshrobj -o $1 $1.o -ldb2 -ldb2psmd
-L$DB2PATH/$LIB -bE:$1.exp
ld: 0711-319 WARNING: Exported symbol not defined: L
ld: 0711-244 ERROR: No csects or exported symbols have been saved.

Thanks
Prashant

Reply With Quote