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

A context menu function "set flags" similar to "reset flags"

In some cases it is nessesary to mark objects as changed, to force the "build project"-function to update the natural server.
Guest almost 5 years ago in NaturalONE / NaturalONE (ONE) Future consideration

Clear lock files on Linux boot to avoid system downs.

If - after a UNIX/Linux boot - there are lock files left behind in /tmp these files may cause all attempts to start Natural to fail with startup error 35 . There are many product support incidents for this problem - many of these indicate that com...
Bjarne S�rensen almost 5 years ago in Natural for Linux and Cloud / Natural (NAT) Future consideration

Natural Editor - Change Tile Vertically behaviour

I would expect choosing 'Tile Vertically' that all open program, LDA etc. windows are tiled while maximizing vertical space over horizontal space. However, I can stretch my Natural editor over several screens (5760 x 1080) and the tiling does not ...
Guest almost 5 years ago in Natural for Linux and Cloud / Natural (NAT) Future consideration

Format Length Conflict

Bei Unstimmigkeiten zwischen LDA und Adapter bekomme ich eine Meldung "Format/length conflict". (Dort wird mir ganz einfach die Nummer des Adapter-Parameters angegeben.) Geben Sie doch bitte den Namen des Adapter-Parameters aus. Die Software weiss...
Guest almost 5 years ago in NaturalONE Future consideration

Decorators to show if 'source' is running or stopped

The Event Replicator Target Adapter Administration Tool shows a navigation tree comprising all the 'engines', 'sources' and 'targets' defined under the Status branch. To figure out, if those components a re running or stopped, one has to double-cl...
Hermann Pfeiffer almost 5 years ago in Adabas for z/OS / Event Replicator Target Adapter (ART) / Usability Future consideration

Add Direct Commands to SYSRPTR application

Similar to applications like SYSAOS and SYSDIC, SYSRPTR would benefit greatly if it supported direct commands. For example, GEN GFB NAME=G054151 FILE-ID=EMPLOYEES-FILE ADA-VER=I9 OCCUR=YES FULL-FORMAT=YES [OVERWRITE]. This would allow the creation...
Wayne Campos almost 5 years ago in Adabas for z/OS / Event Replicator Server (ARF) Future consideration

Gen DDM using Predict plug-in (private-mode)

While working in Private Mode using NaturalOne, I need to modify an Adabas Numeric field length. I am using Predict plug-in, and then I am generating the DDM. At this stage, only one Natural developer should change the necessary modules in his Pri...
Hezi Shirazi over 2 years ago in NaturalONE / NaturalONE (ONE) Future consideration

Optimize finding "related" object to be cataloged during deployment

With very large applications the time it takes to analyze an the application to decide which sources have to be cataloged when a set up sources has been modified and uploaded.It seems that the current routine is optimized for "small" sets of sourc...
Jesper Orland over 2 years ago in NaturalONE / NaturalONE (ONE) Future consideration

Parameter SUBSID in NDV configuration

We had recently iTrac NATMF-28544: "NDV server ABEND U4087 during clean-up at SESSION_TIMEOUT". Analysis of the problem showed that a LX value for NATASM was 0, and further that the subsystem name was "$#@$", because customer had migrated from NAT...
Philippe Van Coppenolle over 2 years ago in Natural for z/OS / Natural Development Server (NDV) Future consideration

Function "ODD()"

If you want to know if a number is odd or even, you can do the following now: IF #I <> #I / 2 * 2 THEN ... END-IF This takes however quite a bit of CPU, but it can already by simplified by following declarations: 1 #I (I4)1 REDEFINE #I 2 FIL...
Philippe Van Coppenolle almost 3 years ago in Natural for z/OS / Programing Syntax (Cross platforms) Future consideration