Skip to Main Content
ADD A NEW IDEA

Natural for Linux and Cloud

Showing 71 of 401

It will be best when Natural will support opentelemetry

It will be best when Natural will support opentelemetry
Hezi Shirazi 17 days ago in Natural for Linux and Cloud / Natural (NAT) 0 New

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 1 month 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

New System-Variable UUID

Currently, we use *TIMESTMP(X) as a unique reference and foreign key in database-files. To be able to generate unique keys for the database entries, even in the case of distributed Natural-installations (in the future clusters or via entire networ...
Detlef Ziermann 10 months ago in Natural for Linux and Cloud / Natural (NAT) 0 Under Review

Remove Natural file number limit

It does not make sense that a supported version ofOpen Systems Natural or any Natural utility (I.E. SYSDDM) would have a limitationwhere afile number would need to be 5000 or less whenOpen SystemsAdabas has not had that limitation for a long time....
Guest almost 3 years ago in Natural for Linux and Cloud / Natural (NAT) / Natural Security (NSC) / Predict (PRD) 0 Planned

Parameter and Local Variables for Inline Subroutines

Since I´ve been programming Natural (30 Years!) I miss the possibility to give my Natural Programs a good structure by defining exactly the scope of variables used in inline subroutines as it is possible in all established programming languages li...
Georg Kratz-Kummetz almost 3 years ago in Natural for Linux and Cloud / Natural (NAT) 0 Future consideration

Add support form Json format such as Xml

Hello, I need a support for Json format such as Xml format (Xml toolkit)
Hezi Shirazi almost 3 years ago in Natural for Linux and Cloud / Natural (NAT) 6 Under development

Examine command new options

Add new features for Examine command: Let assume I have a string dynamic array: #str (a/1:6) dynamic const <"10","1","31","20","2","21"> I want to search for the string "1" in that array, so I want to get index 2 that it is exactly the same ...
Hezi Shirazi 5 months ago in Natural for Linux and Cloud / Natural (NAT) 4 Not in Plan

Prevent NAT1326 with MOVE...TO SUBSTRING with DYNAMIC variables

PROBLEM: =======The following program will get a Runtime error NAT1326: * see Software AG Support Incident 113138 ...DEFINE DATA LOCAL1 #A (A) DYNAMIC1 #COL (I2) INIT <1> (EM=ZZ9)1 #I (I2) (EM=ZZ9)END-DEFINE*EXPAND DYNAMIC VARIABLE #A TO 500...
Guest almost 3 years ago in Natural for Linux and Cloud / Natural (NAT) 1 Not in Plan