Skip to Main Content
Due to the recent acquisition by IBM, the Adabas & Natural Ideas Portal does not contain ideas from products ApplinX and EntireX any longer. Please refer to the IBM Ideas Portal for these products from now on (IBMid required). Existing content will be migrated during the next few weeks.
ADD A NEW IDEA

Natural for z/OS

Showing 37

NAT: Numeric target operands in SEPARATE statement desired

Unfortunately it is not possible with the SEPARATE statement to assign numeric values directly to numeric target fields. Message: NAT0240 Operand format invalid. Format A, B or U expected. So, sometimes laborious redefinitions are necessary. It wo...
Guest about 3 years ago in Natural for z/OS / Natural (NAT) 1 Not in Plan

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

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 about 1 year ago in Natural for z/OS / Natural ISPF (ISP) 1 Not in Plan

AND, OR, XOR for binary fields

It is currently not possible to do any "binary" operation on binary fields, like AND, OR, XOR or NOT. This makes declarations of particular bit-constants quasi useless, e.g. ... 3 #TB_VDT_FLAG (B01) /* various property flags...1 #TB_VDT_FLAG_VALUE...
Philippe Van Coppenolle over 1 year ago in Natural for z/OS / Natural (NAT) / Programing Syntax (Cross platforms) 0 Future consideration

New Parameter for ZIIP switching

When our Batch Natural for Ziip JOBS do a lot of I/Os the switching that happens even when using the I/O buffer causes the elapsed time to increase & greatly affects the batch window, which is unacceptable. I propose a new parameter to allevia...
Ilan Hirschowitz over 1 year ago in Natural for z/OS / Natural for zIIP (NAZ) 0 Not in Plan

Userexit to write SMF records without switching into TCB mode

We have an ongoing Assembler replacement project and want to get rid of a routine which writes SMF records for statistics data. This routine is called around 60 million times a day from RPC transactions. Every call causes a switch from zIIP to the GP
Alexander Schuster over 1 year ago in Natural for z/OS / Natural (NAT) 0 Under development

FIND NUMBER RECORDS ...

Background: Currently, Natural has no "generic" way to find the number of records loaded in an Adabas file. Natural must always use the name of a file-specific descriptor which is "known to be populated for every record". e.g. FIND NUMBER EMPLOYES...
Guest about 3 years ago in Natural for z/OS / Natural (NAT) 1 Not in Plan

Filler notation for WRITE WORK FILE

Enhancement Request: Please consider allowing filler notation (nX) with the WRITE WORK FILE statement. Example: WRITE WORK FILE 1 VARIABLE #VAR1 2X #VAR2 5X #VAR3 Reason: Filler notation is intuitive and gives a consistent feel to the language syn...
Guest about 3 years ago in Natural for z/OS / Natural (NAT) 1 Not in Plan

Dynamic parameter for NDV CICS selection.

Customer has 12 CICS's running in the development and test environments and developers need access to them all - meaning 12 NDV server tasks are needed. Consider making the configuration RFE_CICS_TA_HOST and RFE_CICS_TA_PORT dynamic parameters for...
Bjarne Soerensen over 1 year ago in Natural for z/OS / Natural Development Server (NDV) 0 Planned

Need the SYSOBJH Statistics user-exit to get stats of each library separately.

Need the SYSOBJH Statistics user-exit to get stats of each Natural library separately. Currently, It returns the statistics of the complete SYSOBJH command used.
Arun Thomas Abraham over 2 years ago in Natural for z/OS / Natural (NAT) 0 Future consideration