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

Clear

Ideas

Showing 181 of 377

SAST Testing of customer applications

The NIS2 Directive requires us to define policies, processes, and procedures in several areas, including third-party risk management and the implementation of a secure software development lifecycle (SSDLC). However, we are encountering more chall...
Ilan Hirschowitz 7 months ago in Natural for Linux and Cloud / Natural (NAT) 0 Future consideration

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

Command interface to LIST XREF in a subprogram

Just like SYSMAIN has a MAINUSER subprogram interface for direct commands, it would be very useful to have the same for LIST XREF. Right now, we are limited to accessing SYSDIC ourselves, using TEST DBLOG to figure out how you guys do it, then cop...
Claes Norreen about 1 year ago in Natural for z/OS / Utilities 6 Future consideration

Stow in debug perspective

It should be possible to stow NATURAL objects also in the debug perspective. The icons are actual inactive.
Reiner Koester over 2 years ago in NaturalONE / NaturalONE (ONE) 0 Planned

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

ONE: NATstyle: Progress view displays only the library name

During NATstyle the Progress view only displays the name of the library being checked but not the name of the modules. The name of the modules being checked should also be displayed.E.g. in case of an exception (abort) it would be helpful to see w...
Guest over 4 years ago in NaturalONE / NaturalONE (ONE) 0 Not in Plan

ONE: Natural Source Editor: Do not save trailing blanks

In the Natural source editor - trailing blanks should not be saved at all (always) - or there should be an option to configure this
Guest over 4 years ago in NaturalONE / NaturalONE (ONE) 0 Planned

PlugIn to SonarQube

We are using SonarQube for statical code analysisfor all programming languages we use (Java, C++, COBOL) except for Natural, as there is no Natural plugin to SonarQube. Is it possible that Software AG providessuch a plugin? Having allour languages...
Guest over 4 years ago in NaturalONE / NaturalONE (ONE) 0 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 over 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 over 4 years ago in Natural for Linux and Cloud / Natural (NAT) 2 Future consideration