Skip to Main Content
ADD A NEW IDEA

FILTER BY CATEGORY

Natural for Linux and Cloud

Showing 68 of 385

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 7 days 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 about 1 month ago in Natural for Linux and Cloud / Natural (NAT) 0 New

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 about 1 month ago in Natural for Linux and Cloud / Natural (NAT) 0 Under Review

Static variables such as *line-counter(rep)

Variables such as *page-num(rep) or *line-counter(rep) should be static, and I will be able toin any modules in process how many pages are already in rep-id and how many line *line-counter(rep) in current page Maybe, there are more variables that ...
Hezi Shirazi 30 days ago in Natural for Linux and Cloud / Natural (NAT) 0 Under Review

Sort of ARRAYs

We would like to be able to sort tables according to a defined field of the table via a simple statement: SORT ARRAY <#X-ARRAY-VAR> BY <#SORT-FIELD>
Detlef Ziermann about 1 month ago in Natural for Linux and Cloud / Natural (NAT) 0 New

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 5 months ago in Natural for Linux and Cloud / Natural (NAT) 0 New

New System Variable B9-TIMESTMP

For a simpler conversion from the System Variable *TIMESTMP, which expires in 2042, to a timestamp extended by a leading epoch byte, a new System Variable in the format B9 would be helpful. This should be structured analogously to the already plan...
Detlef Ziermann 3 months ago in Natural for Linux and Cloud 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 over 2 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 over 2 years ago in Natural for Linux and Cloud / Natural (NAT) 0 Future consideration

on-error-cmd

Hi as we have on error cmd in a module level, it will be very helpful to have same upon a cmd level (such as in java/c$/python & etc: try/catch)
Hezi Shirazi 3 months ago in Natural for Linux and Cloud / Natural (NAT) 0 Under Review