| IBM MAINFRAME HELP & SUPPORT FORUMS Technical Forums for IBM Mainframe Applications like COBOL, JCL, CICS, DB2, FileAid, DFSORT, Endevor, Xpediter, CoolGen, CA-7&11, AbendAid, IMS, IDMS, PL/I, MqSeries, SyncSort, Assembler, ChangeMan, Easytrieve, InterTest, REXX, CLIST etc...
|
| View previous topic :: View next topic |
| Author |
Message |
nandinihb
Joined: 10 Dec 2005
Posts: 11
Location: b'lore
|
| Posted: Sat Apr 15, 2006 4:49 pm Post subject: natural/adabas programms |
|
|
hi all,
can anybody send me the simple natural/adabas programms.?
thanks |
|
| Back to top |
|
rahul_mf
Joined: 13 Sep 2005
Posts: 13
|
| Posted: Wed Apr 19, 2006 9:14 am Post subject: Re: natural/adabas programms |
|
|
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 |
|
nandinihb
Joined: 10 Dec 2005
Posts: 11
Location: b'lore
|
| Posted: Wed Apr 19, 2006 9:18 am Post subject: natural/adabas |
|
|
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 |
|
rahul_mf
Joined: 13 Sep 2005
Posts: 13
|
| Posted: Wed Apr 19, 2006 11:38 am Post subject: |
|
|
Hi nandini,
Please go to the following link to get the Natural document .
http://developer.softwareag.com/ets/docu/natural/Nat414mf/print/pg.pdf
Rahul |
|
| Back to top |
|
| |
THIS IS AN ARCIVE FORUM IN READ ONLY MODE. IF YOU WANT TO ASK YOUR DOUBTS USE THE ACTUAL FORUM
|