存储过程:sp_xx.查看存储linux:db2 "select * from syscat.PROCEDURES | grep -i sp_xx"window:db2 "select * from syscat.PROCEDURES | find /i "sp_xx""