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 > DB2 Package Information

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-11-08, 09:06
paul546 paul546 is offline
Registered User
 
Join Date: Jan 2008
Posts: 2
DB2 Package Information

I'm new to db2. Will someone please inform me of the file type for a db2 package and stored procedure?
Reply With Quote
  #2 (permalink)  
Old 01-11-08, 11:27
ARWinner ARWinner is offline
Registered User
 
Join Date: Jan 2003
Posts: 3,575
What DB2 version and OS?
Reply With Quote
  #3 (permalink)  
Old 01-14-08, 12:06
paul546 paul546 is offline
Registered User
 
Join Date: Jan 2008
Posts: 2
Sorry for the delay. We're on version 8 on Unix
Reply With Quote
  #4 (permalink)  
Old 01-14-08, 12:57
ARWinner ARWinner is offline
Registered User
 
Join Date: Jan 2003
Posts: 3,575
Quote:
Originally Posted by paul546
I'm new to db2. Will someone please inform me of the file type for a db2 package and stored procedure?
I am not sure what you are asking. What do you mean by "file type"? Packages are created either creating Stored procedures or binding applications to the DB. SQL Stored procedures are created directly with a CREATE PROCEDURE statement. External SPs are created with an appropriate compiler and then use the CREATE PROCEDURE statement.

Andy
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