Skip to Main Content
Due to the recent acquisition by IBM, the Adabas & Natural Ideas Portal does not contain ideas from products ApplinX and EntireX any longer. Please refer to the IBM Ideas Portal for these products from now on (IBMid required). Existing content will be migrated during the next few weeks.
ADD A NEW IDEA

Natural for Linux and Cloud

Showing 75 of 379

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

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 3 years ago in Natural for Linux and Cloud / Natural (NAT) / Natural Security (NSC) / Predict (PRD) 0 Planned

Add support form Json format such as Xml

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

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

Dynamic Natural trace

We would like to have a way to start and stop a Natural trace dynamically. This will be an excellent tool to analyze on the fly, production problems which are related to the database.
Ilan Hirschowitz about 3 years ago in Natural for Linux and Cloud / Natural (NAT) 0 Future consideration

Display of used USIZE of a Natural runtime situation

In a number of stacked Natural Subprograms with some data areas and a number of dynamic variables it can be difficult to calculate the amount of used USIZE. But for the software development strategy it is important to know the amount of size that ...
Georg Kratz-Kummetz about 3 years ago in Natural for Linux and Cloud / Natural (NAT) 0 Planned

Increase the MAXUSER limit in NATURAL BP.

Increase the MAXUSER limit The NATURAL BP allows Maximum Users up to 5000. http://documentation.softwareag.com/natural/nat833unx/config/cfg-confparm.htm#cfg-confparm ...Buffer Pool Assignments ...Maximum Users ...Possible settings: 1 - 5000...
Guest about 3 years ago in Natural for Linux and Cloud / Natural (NAT) 0 Planned

READ..BY ISN...FROM...TO...

Background: Currently, the Natural statement READ...BY ISN does NOT support the TO clause. One must code READ...BY ISN...FROM...THRU/ENDING AT. Yet the Read Logical (eg. READ...BY PERSONNEL-ID) supports FROM and TO. Enhancement Request: Allow the ...
Guest about 3 years ago in Natural for Linux and Cloud / Natural (NAT) 2 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 5 months ago in Natural for Linux and Cloud / Natural (NAT) 0 New