Skip to Main Content
The Adabas & Natural Ideas Portal does not contain ideas from products ApplinX and EntireX. Please refer to the IBM Ideas Portal for these products (IBMid required).
ADD A NEW IDEA

Natural for Linux and Cloud

Showing 79

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 about 4 years ago in Natural for Linux and Cloud / Natural (NAT) 0 Future consideration

Support ARM processors

natural and adabas support for ARM
Chris Williams about 1 year ago in Natural for Linux and Cloud / Re-Hosting 1 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 about 4 years ago in Natural for Linux and Cloud / Natural (NAT) / Natural Security (NSC) / Predict (PRD) 0 Under development

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

NDV system file list

In addition to FUSER and FNAT, the NDV server tree structure lists all system files defined in natconf.cfg. Objects in the additional files can be listed, but not directly executed, edited, saved, or cataloged, which makes sense. Rename and delete...
Ralph Zbrog 6 months ago in Natural for Linux and Cloud / Natural Development Server (NDV) 2 Not in Plan

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 about 2 years ago in Natural for Linux and Cloud / Natural (NAT) 2 Under development

Allow account verification in the AD and in FSEC in case of absence of the account

Several categories of people use our application under Natural, the vast majority having an AD account. However, a minority of people are temporary workers who do not have an AD account and who connect locally to the production site. In this sc...
Maximilien BARBIER about 1 year ago in Natural for Linux and Cloud / Natural Security (NSC) 0 Under development

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 almost 2 years ago in Natural for Linux and Cloud / Natural (NAT) 2 Under Review

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 about 4 years ago in Natural for Linux and Cloud / Natural (NAT) 1 Not in Plan

What are the ADABAS-DBIDs my current Natural session is connected to?

What are the ADABAS-DBIDs my current Natural session is connected to? There's no USR-Subprogram giving the answer to that question. Sample:Imagine the following: Let's say my UDB is set to 001. DEFINE DATA LOCAL 01 VIEW01 VIEW MYFILE1-DB12 /* DBID...
Guest about 4 years ago in Natural for Linux and Cloud / Natural (NAT) 2 Future consideration