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 13 of 375

Allow "*" instead of blanks for a non-display field (in maps, INPUT stmt, etc.).

The field attribute AD=N can be used to define a field in a map, an INPUT statement or other output statements as non-display. Any value entered in the field will not be displayed. Instead, blanks will be displayed. However, asterisks should be di...
Georg Schmitt about 2 months ago in Natural for z/OS / Natural (NAT) / Programing Syntax (Cross platforms) / Utilities 0 New

Allow for switching transactions through WEB I/O CICS Adapater

Currently through the Web IO adapter to CICS we cannot switch to different CICS transactions once the session is started. We are forced to start a new session to access a different CICS transaction. We would like the ability to change CICS transac...
Raul Chiriboga 2 months ago in Natural for Ajax / Natural for Ajax (NJX) 0 New

Use underscore in numbers as separator

This only concerns programming, not execution. And also any platform (mainframe, LUW). When you need to code large numbers in a program, you can only use the decimal point to separate digits between the integer and fraction part. But if you want t...
Philippe Van Coppenolle 3 months ago in Natural for z/OS / Programing Syntax (Cross platforms) 0 Under Review

Allow for I8 datatype

OpenSystems hardware has it for a long time, z/Series has it for quite a while now, so by now there is no platform NOT natively supporting 64-bit arithmetic. So please introduce an I8 datatype into Natural - on all supported platforms (and NOC as ...
Wolfgang Winter over 4 years ago in Natural for z/OS / Natural (NAT) / Programing Syntax (Cross platforms) 1 Future consideration

Allow spacer element (“1X”) in COMPRESS statement

With a COMPRESS statement the contents of one or more operands (Vari or Const) can be concatenated into a single target field. Beside some other options, two different clauses are available to determine the value separation behavior. (1) With LEAV...
Thomas Frischmann over 1 year ago in Natural for z/OS / Natural (NAT) / Programing Syntax (Cross platforms) 0 Planned

Snippet Library for Ajax Layout Samples

Sometimes you want to add some specific user interface snippets like an input group with error marking, help icons as popovers and small information text for your end-users to your layout page. Or you want to simply apply a specific icon - like a ...
Christine Zimmermann over 1 year ago in Natural for Ajax / Natural for Ajax (NJX) 0 Under Review

Allow wildcard notation “?” inside input edit mask for MOVE EDITED

With the MOVE EDITED statement you can apply an edit mask for Operand1 to output a field of any format (except H/C) into an alpha string (A/U/B) with a specific layout described by the edit mask. The edit mask can be considered as an output edit m...
Thomas Frischmann over 1 year ago in Natural for z/OS / Natural (NAT) / Programing Syntax (Cross platforms) 0 Planned

Allow (CV=) after a literal string

Natural allows the use of dynamic control variables during INPUT and WRITE. BUT: the use of those (CV=<control_variable>) is restricted to a variable, not to a literal text. If you want to have a different visual behavior for a string, you m...
Philippe Van Coppenolle over 1 year ago in Natural for z/OS / Programing Syntax (Cross platforms) 0 Future consideration

Layout Painter to not remove comments in XML

Layout Painter editor removes comments in the XML. This would help with adding comments in the xml for documentation purposes.
Jeffrey Empaces about 3 years ago in Natural for Ajax / Natural for Ajax (NJX) 0 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 over 2 years ago in Natural for z/OS / Programing Syntax (Cross platforms) 0 Future consideration