Skip to Main Content
ADD A NEW IDEA

Natural (NAT)

Showing 19 of 403

Functions SEARCH and VERIFY

PL/1 offers three similar functions for looking in strings: INDEX, which resembles our EXAMINE ... FOR ... POSITION IN .... SEARCH, which returns the position of the first matching character of a given set in a target string VERIFY, which returns ...
Philippe Van Coppenolle 3 months ago in Natural for z/OS / Natural (NAT) / Programing Syntax (Cross platforms) 0 Under Review

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

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 about 1 year ago in Natural for z/OS / Natural (NAT) 0 Under development

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 almost 2 years ago in Natural for z/OS / Natural (NAT) 0 Future consideration

(Super Natural) Enhance to handle file updates in transactions

In Super Natural we have a large number of files defined. We are constantly updating those file definitions. We add/update/delete fields with new releases of our application. Currently there is no elegant way to get the updates into Super Natural....
Guest almost 3 years ago in Natural for z/OS / Natural (NAT) 1 Not in Plan

Allow Edit Masks to be named constants

Natural provide the "Edit Mask"-feature which is most useful. I would like to see an improvement in using this feature. Currently, the Edit Mask must explicitly specified when used. If you have big applications the used Edit Mask are dispersed in ...
Christian Held almost 3 years ago in Natural for z/OS / Natural (NAT) 1 Not in Plan

Weitere Werte für Parameter DBUPD

Der Paramter DBUPD zusätzlich noch weitere Werte zur Steuerung des Verhaltens bei Datenbankupdates erhalten: Vorschlag: - DBUPD=ON -> so wie jetzt - ganz normale DB-UPDATES- DBUPD=OFF -> so wie jetzt - generiert Warnung (ev. Synonym DBUPD=WA...
Guest almost 3 years ago in Natural for z/OS / Natural (NAT) 0 Not in Plan

Provide SIZEOF( dataitem ) to determine the storage size of dataitem

Natural defines a set of "Application Related System Variables". To give an example: *LBOUND() and *UBOUND()can be used to determine the lower and upper bound of an array. If you have to answer the question "how much bytes are used for a dataitem?...
Christian Held almost 3 years ago in Natural for z/OS / Natural (NAT) 1 Not in Plan

Allow Edit-Mask Left & Right on MOVE EDITED

MOVE EDITED only permits 1 Edit-Mask on the left or right hand side. It would save many lines-of-code if 2 Edit-Masks were allowed, left AND right.Effectively, MOVE EDITED is an Alpha Move:one side is alpha & the Edit-Mask reduces the other si...
Guest almost 3 years ago in Natural for z/OS / Natural (NAT) 0 Not in Plan