View previous topic :: View next topic |
Author |
Message |
js01 Beginner
Joined: 13 Oct 2005 Posts: 84 Topics: 32 Location: INDIA
|
Posted: Mon Apr 18, 2011 3:04 am Post subject: Stored Procedure |
|
|
friends,
I am new to DB2 stored procedures . in my project already deifned stored procedure is available and i need to modify it, please help me to locate the procedures (where and which table it resides) and steps to modification.
I see some the psotings here and found the Redbbok is avaialable, however its urgent , if you could help me its great.
Thank you |
|
Back to top |
|
 |
Anuj Dhawan Intermediate
Joined: 19 Jul 2007 Posts: 298 Topics: 7 Location: Mumbai,India
|
Posted: Mon Apr 18, 2011 3:38 am Post subject: Re: Stored Procedure |
|
|
js01 wrote: | I am new to DB2 stored procedures . in my project already deifned stored procedure is available and i need to modify it, please help me to locate the procedures (where and which table it resides) and steps to modification. | Only someone from your shop can help in this. We can give general guide-lines - but the table-name, schema location - depends on your site-standards. Ask someone in your support or project. _________________ Regards,
Anuj |
|
Back to top |
|
 |
schintala Beginner
Joined: 18 May 2005 Posts: 108 Topics: 31 Location: USA
|
Posted: Mon May 02, 2011 1:08 pm Post subject: |
|
|
You can browse the catalog tables SYSIBM.SYSPARMS and SYSIBM.ROUTINES to know the in and out parms of procedures. |
|
Back to top |
|
 |
|
|