If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > the script information of stored procedure in as400 ?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-09-05, 23:51
haisea8 haisea8 is offline
Registered User
 
Join Date: Apr 2005
Posts: 4
the script information of stored procedure in as400 ?

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 !
Reply With Quote
  #2 (permalink)  
Old 10-11-05, 21:11
haisea8 haisea8 is offline
Registered User
 
Join Date: Apr 2005
Posts: 4
db2 UDB NT v 8.1,
select text from syscat.procedures where procname='PROC1';
we can get PROC1's define script .

in as400 , there is any table or view with the similar function ?
Reply With Quote
  #3 (permalink)  
Old 10-12-05, 09:50
n_i n_i is offline
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,449
Have you tried manuals? I've heard it helps sometimes...

http://publib.boulder.ibm.com/iserie...bafzmst183.htm
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On