DB2 UDB 9.0
Schema -- DB2ADMIN
User Defined Functions
Open NTSTT1 in Procedure Editor, it's FUNCTION
Open NTEST1 in Debugger, it's PROCEDURE
could not find objects NTSTT1 and NTEST1 in DB2ADMIN schema. Also not reproducible. Created DB2ADMIN.FX_HELLO_WORLD and it worked fine
for already existing UDF like abs under SYSFUN, was able to see what Tanya was mentioning
CREATE PROCEDURE "SYSFUN"."ABS" (DOUBLE)
SPECIFIC SYSFUN.ABS
NO SQL
NOT DETERMINISTIC
LANGUAGE C
EXTERNAL NAME 'db2clifn!CLI_udfABS1'
NOT FENCED
PARAMETER STYLE DB2SQL
NO DBINFO
for already existing UDF like abs under SYSFUN, was able to see what Tanya was mentioning
CREATE PROCEDURE "SYSFUN"."ABS" (DOUBLE)
SPECIFIC SYSFUN.ABS
NO SQL
NOT DETERMINISTIC
LANGUAGE C
EXTERNAL NAME 'db2clifn!CLI_udfABS1'
NOT FENCED
PARAMETER STYLE DB2SQL
NO DBINFO
There is no option anymore to debug functions
There is no option anymore to debug functions
Issue #1731 |
Closed |
Invalid |
Resolved |
Completion |
No due date |
No fixed build |
No time estimate |
could not find objects NTSTT1 and NTEST1 in DB2ADMIN schema. Also not reproducible. Created DB2ADMIN.FX_HELLO_WORLD and it worked fine