Dear All
we are using the following Environment
OS : AIX 5
Db2 udb v 8.1 with fixpack 4 a
successfully created no of stored procedures in the development server and
created the binary files using
GET ROUTINE INTO FILE_NAME FROM PROCEDURE SCHEMA.PROC_NAME
after that i did ftp accross those files in binary mode to production server which is having the same environment as development .
but when I tried with this command
PUT ROUTINE FROM FILE_NAME its giving me following error....
SQL0443N Routine "SYSFUN.PUT_ROUTINE_SAR" (specific name "PUT_SAR1PARM") has
returned an error SQLSTATE with diagnostic text "-970, 55009, ".
SQLSTATE=38000
I donno how to resolve this ...any suggestions will be highly appeciated.
rgds