Skip to Main Content
ADD A NEW IDEA

Natural for Linux and Cloud

Showing 71 of 403

NAT: Debugger - prohibit modification of field content / program flow

Debugging should also be possible in production environments. But then it must be prohibited- to modify the content of variables- to influence the regular program flow Natural Debugger should provide such a possibility.
Guest almost 3 years ago in Natural for Linux and Cloud / Natural (NAT) 0 Not in Plan

dangerous reference of an ambiguous view variable

When you have the define data:1 v1 view of xyz2 field11 v2 view of xyz2 field1and you have several gets of v1 and v2 you can use field1 in Program.The Compiler refers to the last get that is made, not in Program flow, but in Sourcecode lines.this ...
Georg Kratz-Kummetz almost 3 years ago in Natural for Linux and Cloud / Natural (NAT) 0 Planned

SYSMAINXREFdefaults

SYSMAIN, prior to V 6.3.10 Pl 0 used to auto copy the XREF over, even if you didn't specify xref because Natsec at the lib level dflted to XREF.To get around this, I had XREF off at NatSec but turned XREF on when we signed into Nat.Now that we are...
Guest almost 3 years 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

ONE: E_0285 MOVE ALL with SUBSTRING option

The SUBSTRING function in MOVE ALL has not yet been implemented in Natural LUW and ONE.The statement MOVE ALL 'string' TO SUBSTR(field,n,m) results in the following errors: NAT0285 Field reference error; reference invalid or missing. (Natural)E_02...
Guest almost 3 years ago in Natural for Linux and Cloud / Natural (NAT) 0 Future consideration

Remove the library listing upper limit (500), or set the value to a much higher one, such as 10000.

One of our Natural customers has over 800 libraries under FUSER. I recently learned that the maximum number displayed in the Listing is 500. Because of that, the customer has to explicitly specify the library name rather than typing the first ch...
Guest almost 3 years ago in Natural for Linux and Cloud / Natural (NAT) 1 Not in Plan

API needed to convert the ONE line numbers of error messages

API needed to convert the ONE line numbers in error messages into the according source line numers on server. Spod works with logical line numbers (incremental steps 10/5/2/1 ). NaturalONE works with real line numbers (incremental step 1). If an e...
Andreas Dege almost 3 years ago in Natural for Linux and Cloud / Natural (NAT) 0 Not in Plan

NDV functionality to re-establish a broken connection (load the lost server context) for Unix.

We are using "Software AG Natural for Windows" and connecting to Ndv on Linux server.While using the product, our session usually disconnected from the Linux server, due to firewall security regulation.We use other products with similar connectivi...
Hezi Shirazi almost 3 years ago in Natural for Linux and Cloud / Natural Development Server (NDV) 1 Future consideration

Better access to data from profiler

When using profiler to analyze an online transaction, the collected data is presented in a fixed format in a graphical view. I would like to further analyze the data, This could be done by allowing me tounload the data, e.g. to a .csv file. This...
Guest almost 3 years ago in Natural for Linux and Cloud / Natural (NAT) 1 Planned

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