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 191 of 374

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

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

ADABAS-Utilities: LPB-Limit 32 k too small

The Prefetch Buffer Size (LPB) for utilities is too small (max. 32K). We start a NATURAL-Batch-program with a multi-fetch-buffer (ADARUN PREFSBL = Single-Buffer-Length) of 4.600.000. In this Case we need about 5000 Calls to read a file with 2,3 ...
Reiner Koester almost 4 years ago in Adabas for z/OS / Adabas (ADA-zOS) / Scalability / Usability / Utilities 3 Planned

adasel: getting actual lob field reference

//DDSIIN DD DISP=SHR,DSN=QSYSCM.DB004.PLOG.D220411 //DDCARD DD * ADARUN PROG=ADASEL,DB=004,SVC=235,DE=8393,DSF=YES /* //DDKARTE DD * SELECT ALL RECORDS FROM FILE 2811 WITH ISN = 11119 DISPLAY ALL END // instead of just giving the text 'lob field...
Ernst Chvatal over 3 years ago in Adabas for z/OS / Adabas (ADA-zOS) / Usability / Utilities 3 New

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