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

All ideas

Showing 365

allow private library in one project to be referenced in another project in same workspace

This would allow projects (each of which may be linked to a different git repo) within a workspace to be able to test related changes affecting different libraries (possibly in different repos) before releasing to shared area. Note this is not loo...
Douglas Kelly about 1 year ago in NaturalONE / NaturalONE (ONE) 1 Under Review

Cross Platform Convert (PLOG Solaris to Linux)

If possible, we would like to generate a Solaris (Spark) to Linux PLOG converter, so that these files can be read from Linux, just as we can process the files generated with the Backup utility.
Lourdes Camarero de Diego about 1 year ago in Adabas for Linux and Cloud / Adabas (ADA-Linux) 1 Not in Plan

Create a user exit in SYSEXT to perform a SCAN across all FUSER or FNAT

Create a user exit in SYSEXT to perform a SCAN across all FUSER or FNAT .It can be similar to the existing SCAN tool. The replace function is not required and may be a bit dangerous. This way we can search all source code for a specific string, be...
Dana Sherbondy about 1 year ago in Natural for z/OS / Natural (NAT) / Utilities 2 Not in Plan

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 about 3 years ago in Adabas for z/OS / Adabas (ADA-zOS) / Usability / Utilities 3 New

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 over 3 years ago in Adabas for z/OS / Adabas (ADA-zOS) / Scalability / Usability / Utilities 3 Planned

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