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

natural/adabas programms


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

New User


Joined: 10 Dec 2005
Posts: 11
Location: b'lore

PostPosted: Sat Apr 15, 2006 4:49 pm
Reply with quote

hi all,
can anybody send me the simple natural/adabas programms.?


thanks
Back to top
View user's profile Send private message
rahul_mf
Warnings : 1

New User


Joined: 13 Sep 2005
Posts: 13

PostPosted: Wed Apr 19, 2006 9:14 am
Reply with quote

Program for sum of two numbers -->

DEFINE DATA
LOCAL
01 #A (N3)
01 #B (N3)
01 #C (N3)
END-DEFINE
*
WRITE 'ENTER THE VALUE FOR A'
INPUT #A
WRITE 'ENTER THE VALUE FOR B'
INPUT #B
COMPUTE #C = #A + #B
WRITE 'THE VALUE OF C IS' #C
END
Back to top
View user's profile Send private message
nandinihb

New User


Joined: 10 Dec 2005
Posts: 11
Location: b'lore

PostPosted: Wed Apr 19, 2006 9:18 am
Reply with quote

hi rahul,
thanks for sending the sample programm.
could u give me the guide lines where i can get the training for natural/adabas?

thanks
Back to top
View user's profile Send private message
rahul_mf
Warnings : 1

New User


Joined: 13 Sep 2005
Posts: 13

PostPosted: Wed Apr 19, 2006 11:38 am
Reply with quote

Hi nandini,

Please go to the following link to get the Natural document .


developer.softwareag.com/ets/docu/natural/Nat414mf/print/pg.pdf

Rahul
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 Products/Tools to Optimize Adabas Dat... Compuware & Other Tools 2
No new posts IMS DB using Natural Language IMS DB/DC 0
No new posts Negative value - packed field - Natur... Java & MQSeries 0
No new posts Call Natural program with rexx CLIST & REXX 2
No new posts Reg:Displaying the particular month o... All Other Mainframe Topics 4
Search our Forums:

Back to Top