Skip to Main Content
ADD A NEW IDEA

All ideas

Showing 403 of 403

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 9 months ago in Natural for z/OS / Programing Syntax (Cross platforms) 0 Future consideration

Remove Unused elements in array

When creating a multi dimensional array, not all elements in the array are full (if it all Numeric fields we will have all zeros). So, we actually dont need to send the empty elements, because there actually not supposed to be sent. So, Ia want to...
Hezi Shirazi 9 months ago in EntireX 2 Planned

ISP Editor - keep range selection after applying the range to a "copy" or "move"

More and more ISP users, since program editor disabled. ISP - feature idea (from EVI): the ISP editor should keep the range selection (e.g. lines 5 - 10) after a copy or move command. This is done by the program editor.
Georg Schmitt 10 months ago in Natural for z/OS / Natural ISPF (ISP) 1 Not in Plan

Implement the "OS" command for NaturalONE corresponding to the previous Mainframe File Transfer implementation. See SI-509950

This is very essential for our application!
Uwe Nootbaar 10 months ago in NaturalONE / NaturalONE (ONE) 0 Planned

Change misleading messages for SLOGging.

The messages "ADAFRX SLOG turned on for destination dest-name" and "ADAFRY SLOG turned off for destination dest-name" are misleading. They indicate that the SLOG parameter has been turned on or off - which would impact the replication consistency....
Bjarne Soerensen 10 months ago in Adabas for z/OS / Event Replicator Server (ARF) 0 New

New System-Variable UUID

Currently, we use *TIMESTMP(X) as a unique reference and foreign key in database-files. To be able to generate unique keys for the database entries, even in the case of distributed Natural-installations (in the future clusters or via entire networ...
Detlef Ziermann 10 months ago in Natural for Linux and Cloud / Natural (NAT) 0 Under Review

provide API to manage LDAP profiles

The LDAP profiles provide the means to maintain one primary and one alternate LDAP server to satisfy login queries. A log entry can be activated to indicate when a query had to go to the alternate profile to satisfy the query. When that happens, c...
Douglas Kelly 10 months ago in Natural for Linux and Cloud / Natural Security (NSC) 0 Under development

allow multiple LDAP hosts in LDAP connection

Many tools with LDAP connection strings allow multiple hosts, such as ldapsearch's -H parameter. Can this be implemented in place of or in addition to the active/alternate/archive profile scheme NSC uses? For most customers (including most AD LDAP...
Douglas Kelly 11 months ago in Natural for Linux and Cloud / Natural Security (NSC) 2 Not in Plan

Mainframe Navigation needs additional features

Mainframe Navigation view (which requires Entire System Server on the mainframe) needs more features to be really useful. Some examples: Jobs list should include a date/time when job ended (inactive) or was submitted (Active Jobs tree) view of a J...
Douglas Kelly 11 months ago in NaturalONE / Usability 0 Future consideration

ADAORD reorder with FILE= and no other parms should be an error

ADAORD REORASSO FILE=123 is a valid request that will simply reorder the entire associator - the "FILE=" parameter, while appearing to apply only to one file, actually does nothing, unlike the similar ADAORD REORFASSO FILE=123 which reorganizes ju...
Douglas Kelly 11 months ago in Adabas for z/OS / Adabas (ADA-zOS) 3 Not in Plan