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

Search results

Showing 86 of 86

ADASEL: Increase DDEXPA DD cards to maximum of 99, similar to ASSO & DATA DD Cards

We are managing VLDB ADABAS database serving the population of the country. Our national Database contains more than 150 ADABAS Files. Many a times, we are tasked with producing transactional investigations using multiple large Protection Logs ag...
Zaffer Khan over 1 year ago in Adabas for z/OS / Adabas (ADA-zOS) / Usability / Utilities 2 New
3 MERGED

Increase the FNR limit in NATURAL.

Merged
Increase the FNR limit Since Adabas allows files up to 32000, I need to generate Natural LUW DDMs with FNR > 5000. In Open System Environments: Natural has FNR limit of 5000 http://documentation.softwareag.com/natural/nat833unx/edis/ddm_ux_crea...
Guest almost 4 years ago in Natural for Linux and Cloud / Natural (NAT) / Natural Security (NSC) 1 Under development

API needed to convert the ONE line numbers of error messages

API needed to convert the ONE line numbers in error messages into the according source line numers on server. Spod works with logical line numbers (incremental steps 10/5/2/1 ). NaturalONE works with real line numbers (incremental step 1). If an e...
Andreas Dege almost 4 years ago in Natural for Linux and Cloud / Natural (NAT) 0 Not in Plan

adavfy on LUW

add Timestamp to output: %ADAVFY-I-INDSTR, Index verification %ADAVFY-I-INDCNT, NI: used: 210, free: 1773, reusage: 17, lost: 0 %ADAVFY-I-INDCNT, UI: used: 1, free: 87, reusage: 2, lost: 1 %ADAVFY-I-INDCNT, MI: used: 9, free: 87, reusage: 2, lost:...
Guest almost 4 years ago in Adabas for Linux and Cloud / Adabas (ADA-Linux) / Usability / Utilities 0 Planned

Profiler y Code Coverage

1. Development Process (NaturalONE) Code Coverage: According to the documentation (after several redirections in this documentation), it is not possible to use the Code Coverage from NaturalONE in Online mode in Mainframe environments. To use it f...
Fernando Díaz about 3 years ago in NaturalONE / Usability 1 Future consideration

Natural should be able to detect the problem with having the MF value and the static generation value different

Natural should be able to detect the problem with having the MF value and the static generation value different and either 1. automatically adjust in some fashion 2. at least, give a message that identifies the problem, so we don't have to spend 2...
Jay Baucher about 3 years ago in Natural for z/OS / Natural for Db2 (NDB/NDB) 4 Released

Examine command new options

Add new features for Examine command: Let assume I have a string dynamic array: #str (a/1:6) dynamic const <"10","1","31","20","2","21"> I want to search for the string "1" in that array, so I want to get index 2 that it is exactly the same ...
Hezi Shirazi over 1 year ago in Natural for Linux and Cloud / Natural (NAT) 4 Not in Plan

Modify ADAORD as a file crawler to REORDER a file

Allow ADAORD to work two blocks at a time to slowly crawl through a file. only the records from the first two RABNS would be put on hold and movement of records from #2 to #1 would be coordinated with the nucleus. Once the first block was finished...
Craig Soehnlin almost 2 years ago in Adabas for z/OS / Adabas (ADA-zOS) 0 New

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

ONE: 'F3' - Goto field definition in DDM

In the following cases 'F3' on a database field should go to the field definition in the DDM: - when a field is used as a search field in READ, FIND, HISTOGRAMstatementseg. READ VEHICLES BY MAKE /* 'F3' on MAKE - when a field is defined in a data ...
Guest almost 4 years ago in NaturalONE / NaturalONE (ONE) 0 Under development