Skip to Main Content
ADD A NEW IDEA

Natural for Linux and Cloud

Showing 71 of 403

Natural Buffer Pool utility (NATBPMON) should respond with a clear status even when BP is not active , and not with a nasty error message , which is not intuitive

Natural BP is a crucial component for a Natural environment to function properly, If the BP is not active from any reason, it should be brought up ASAP. using the NATBPMON is the main tool for that.Currently when the BP is down, a nasty error mess...
Sagii Achituv over 2 years ago in Natural for Linux and Cloud / Natural (NAT) 0 Under Review

Secure storage/retrieval of passwords such as EXX passwords

Currently, calling secured EntireX services requires calling RPC-CNTX or USR2071N/USR2702N/USR2074N/etc to pass in a user id and password. There's no provision for providing anything other than a clear text password, so it ends up in clear text in...
Douglas Kelly almost 3 years ago in Natural for Linux and Cloud / Natural (NAT) 1 Future consideration

ONE: E_0285 MOVE ALL with SUBSTRING option

The SUBSTRING function in MOVE ALL has not yet been implemented in Natural LUW and ONE.The statement MOVE ALL 'string' TO SUBSTR(field,n,m) results in the following errors: NAT0285 Field reference error; reference invalid or missing. (Natural)E_02...
Guest almost 3 years ago in Natural for Linux and Cloud / Natural (NAT) 0 Future consideration

API needed to convert the ONE line numbers of error messages

API needed to convert the ONE line numbers in error messages into the according source line numers on server. Spod works with logical line numbers (incremental steps 10/5/2/1 ). NaturalONE works with real line numbers (incremental step 1). If an e...
Andreas Dege almost 3 years ago in Natural for Linux and Cloud / Natural (NAT) 0 Not in Plan

Support process id as variable for print and workfiles

Support process id as variable for print and workfiles Example - this invoke of Natural: natrt.exe BATCHMODE CMPRINT="C:\CMPRINT *PID.LOG" CMPRT01="C:\CMPRT01 *PID.LOG" CMWRK01="C:\CMWRK01 *PID.TXT" and if process id is '4711' CMPRINT becomes "C:\...
Mogens Lundqvist almost 3 years ago in Natural for Linux and Cloud / Natural (NAT) 0 Under Review

Command "L EXT" in NATURAL/AIX/LNX.

In NATURAL/AIX/LNX: Implementcommand "l ext" to show the extended name of the subroutine. This command exists in NATURAL Mainframe.- NATURAL/ZOS Example: NEXT l ext * LIB=RCELSO ---------------------------------------------------------------------...
Guest almost 3 years ago in Natural for Linux and Cloud / Natural (NAT) 1 Not in Plan

can NATRPC39 be called after sending response?

Currently NATRPC39 is called before a reply to an RPC request is sent to Broker. If this could be moved to after the reply is sent, it would reduce the impact on performance for RPC calls by doing the NATRPC39 exit work after the reply was sent on...
Douglas Kelly about 2 months ago in Natural for Linux and Cloud / Natural (NAT) 0 New

Expand X-Arrays by variable

We would like to be able to expand tables (X-ARRAYS) via a statement: EXPAND ARRAY <#X-ARRAY-VAR> BY <#VAR-INT>
Detlef Ziermann 6 months ago in Natural for Linux and Cloud / Natural (NAT) 2 Under Review

Regular expressions in logical condition

We would like to use regular expressions in logical conditions. E.g. IF <#VAR> = REGEX (.*search_text_1.*\..*search_text_2)
Detlef Ziermann 6 months ago in Natural for Linux and Cloud / Natural (NAT) 2 Under Review

Add the ability to open printer file with flag O_APPEND

Add the ability to open printer file with flag O_APPEND so it can be rotated with logrotate (copytruncate). Last offset is retained by Natural and everything before that offset is marked as NULL and so the file size is maintained.
Thierry Bolle over 1 year ago in Natural for Linux and Cloud / Natural (NAT) 0 Under Review