IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

How different the Natural/DB2 working environment


IBM Mainframe Forums -> Java & MQSeries
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
monasu1998

Active User


Joined: 23 Dec 2005
Posts: 176
Location: India

PostPosted: Thu Aug 23, 2007 8:56 am
Reply with quote

Hi All,

There are chances that I will be working in a Natural/DB2 project. Could any one help me to understand how different Natural/Db2 environment and what all things need to be considered.

Thanks in Advance
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Thu Aug 23, 2007 11:31 am
Reply with quote

Different from what?

O.
Back to top
View user's profile Send private message
dr_te_z

New User


Joined: 08 Jun 2007
Posts: 71
Location: Zoetermeer, the Netherlands

PostPosted: Thu Aug 23, 2007 11:46 am
Reply with quote

It depends:

are you using natural DML (read/histrogram/find) or SQL?
are you allowed (as application programmer) to define DB2-views?

I'd say: use natural DML. Simple.

If you require more than simple access: build a view (containg all the complex-SQL-joins-and-stuff) and access that using simple natural DML!

So, start by bringing the DBA his/her coffee icon_smile.gif
Back to top
View user's profile Send private message
M Venkatesh

New User


Joined: 24 Aug 2007
Posts: 2
Location: Chennai

PostPosted: Fri Aug 24, 2007 12:57 pm
Reply with quote

There are lot of programs in my shop which needs uses Natural/ DB2. For the programming consideration you need not worry. Natural DDM(which is natural view of the Db2 table) is one you will use. When you write your Natural code the, Natural will transalate the these statements into SQL equilavent. I can tell you it is Natural at any given is easier to code.. If you need more information, please get back.. icon_biggrin.gif
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> Java & MQSeries

 


Similar Topics
Topic Forum Replies
No new posts PD not working for unsigned packed JO... DFSORT/ICETOOL 5
No new posts Def PD not working for unsigned packe... JCL & VSAM 3
No new posts Need COBOL COPY Help in MVS Environment COBOL Programming 4
No new posts ICETOOL with JOINKEY for Big record l... DFSORT/ICETOOL 12
No new posts COBOL400 SET ENVIRONMENT COBOL Programming 1
Search our Forums:

Back to Top