Hey,
I've been trying to get
Code:
db2 "call GET_DBSIZE_INFO(?,?,?,-1)"
to work but I keep getting
Code:
SQL0443N Routine "*IZE_INFO" (specific name "") has returned an error
SQLSTATE with diagnostic text "SQL0204 Reason code or token: SYSTOOLSPACE
". SQLSTATE=38553
I believe it has something to do with the OUT params but all the examples say to use a '?'.
I'm following this:
http://www-1.ibm.com/support/docview...id=swg21231144
I'm using v8 FP9 on AIX
EDIT: Nevermind.... I was bein stupid... I just created the systoolspace and all is well ...DUHHHH! :P