In db2 NT UDB V8.1, by this sql as follow :
select text from syscat.procedures where procname='PROC1';
we can get the sp's script text .
But I can't find the similar table in as400 as syscat.procedures in NT UDB V8.1
which table dose include the information of stored procedure in as400 ?
Could you help me ?
thank you !