Skip to Main Content
ADD A NEW IDEA

Natural (NAT)

Showing 62 of 403

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

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

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 almost 3 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 8 months ago in Natural for Linux and Cloud / Natural (NAT) 1 Not in Plan

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

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

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

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