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 > NATURAL Language Stored Procedures in DB2

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-23-09, 03:01
prajpurohit prajpurohit is offline
Registered User
 
Join Date: Sep 2009
Posts: 3
NATURAL Language Stored Procedures in DB2

Hi All,

I am not quite familiar with DB2 / NATURAL concepts.

I would like to know if DB2 supports stored procedures written in NATURAL language?

What i would like to know is that whether NATURAL stored procedures could be compiled in DB2 database?

Any help in this direction would be appreciated.

Thanks,
Paresh
Reply With Quote
  #2 (permalink)  
Old 09-23-09, 04:16
Marcus_A Marcus_A is offline
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,196
Are you talking about the Natural Language from Adabas?

DB2 z/OS stored procedures can be written in the following:
SQL
ASSEMBLER
C
COBOL
JAVA
PLI
REXX


For DB2 LUW:
SQL
C
COBOL
JAVA
CLR (a method in a .NET class)
OLE (a method exposed by an OLE automation object)
__________________
M. A. Feldman
IBM Certified DBA on DB2 for Linux, UNIX, and Windows
IBM Certified DBA on DB2 for z/OS and OS/390
Reply With Quote
  #3 (permalink)  
Old 09-23-09, 04:34
prajpurohit prajpurohit is offline
Registered User
 
Join Date: Sep 2009
Posts: 3
Thanks Markus for your reply.

Yes I was talking about the NATURAL language from Software AG.

From your post, can I infer that Stored Procedures CANNOT be written in NATURAL language for DB2 on z/OS as well as DB2 on LUW?

Thanks,
Paresh
Reply With Quote
  #4 (permalink)  
Old 09-23-09, 07:12
dr_te_z dr_te_z is offline
Registered User
 
Join Date: Jan 2009
Location: Zoetermeer, Holland
Posts: 555
Correct. Natural from Software AG cannot be used to code db2 stored procedures.
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