Page 1 of 1

Send Email from Natural / Natural Language

PostPosted: Wed Oct 10, 2012 5:53 am
by newjb
Anyone have example code to send an email from a Natural program?

What is the status of the Natural programming language? Is it a dying language?

Thank you

Re: Send Email from Natural / Natural Language

PostPosted: Wed Oct 10, 2012 9:41 pm
by RGZbrog
Natural has no native e-mail support, but you can still do this. How it is done depends on the hardware platform (mainframe or Linux/Unix/Windows), operating system, and mode (batch or on-line) in which Natural runs.

. Use NATRJE to spawn a batch job which sends the message - mainframe.
. I have not worked with Entire System Server, but have been told that it supports e-mail - mainframe.
. Set-up a (batch) RPC server to send the mail, and call it from any Natural module - all.
. Use SHCMD - L/U/W.
. Make calls to MS Office - Windows.

As far as status, Natural is here to stay. Software AG continues to support and enhance it. It would be nice to see growth in the number of sites, though.

Re: Send Email from Natural / Natural Language

PostPosted: Thu Oct 11, 2012 7:49 pm
by newjb
This worked. (NATRJE)
Thanks!

...Status, hard to find any documentation, sites...

Re: Send Email from Natural / Natural Language

PostPosted: Thu Oct 11, 2012 11:40 pm
by dick scherrer
Hello,

Suggest you periodically check the Software AG site for status updates and other info.

All of the documentation is available there. . .

Re: Send Email from Natural / Natural Language

PostPosted: Fri Oct 12, 2012 11:56 am
by RGZbrog
documentation.softwareag.com

Re: Send Email from Natural / Natural Language

PostPosted: Fri Oct 12, 2012 2:27 pm
by newjb
Thank you for everything. This site has been a huge help.