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

Redirecting DSTAT output when triggered by "Reset Interval Statistics"

Redirect DSTAT outputs triggered by "Reset Interval Statistics" to a DD named DDSTATS
Ernst Chvatal over 3 years ago in Adabas for z/OS / Adabas (ADA-zOS) 0 New

SAST Testing of customer applications

The NIS2 Directive requires us to define policies, processes, and procedures in several areas, including third-party risk management and the implementation of a secure software development lifecycle (SSDLC). However, we are encountering more chall...
Ilan Hirschowitz 7 months ago in Natural for Linux and Cloud / Natural (NAT) 0 Future consideration

can NATRPC39 be called after sending response?

Currently NATRPC39 is called before a reply to an RPC request is sent to Broker. If this could be moved to after the reply is sent, it would reduce the impact on performance for RPC calls by doing the NATRPC39 exit work after the reply was sent on...
Douglas Kelly over 1 year ago in Natural for Linux and Cloud / Natural (NAT) 0 Under Review

Dynamic load of STPNAT module.

Would it be possible in z/OS to enable Natural to dynamically load STPNAT module (for example, via RCA= ). If this can be done we can decouple the Natural Nucleus from a dependency of STPNAT, and be less concerned when an STPNAT zap needs to be ap...
Guest over 4 years ago in Adabas for z/OS / Adabas (ADA-zOS) 0 Under Review

EP#5820 modification of files

modification of files Requestor: D'ARVA SOCIETE Platform: MF SR-Number: 707497 Product Code: ADA Initial Importance: medium Proposal: To access (and update/store) ADABAS data on the mainframe from our Web server, we use EntireX servers (as STCs) w...
Guest over 4 years ago in Adabas for z/OS / Adabas (ADA-zOS) / HA 1 Planned

ADABAS-Utilities: LPB-Limit 32 k too small

The Prefetch Buffer Size (LPB) for utilities is too small (max. 32K). We start a NATURAL-Batch-program with a multi-fetch-buffer (ADARUN PREFSBL = Single-Buffer-Length) of 4.600.000. In this Case we need about 5000 Calls to read a file with 2,3 ...
Reiner Koester about 4 years ago in Adabas for z/OS / Adabas (ADA-zOS) / Scalability / Usability / Utilities 3 Planned

adasel: getting actual lob field reference

//DDSIIN DD DISP=SHR,DSN=QSYSCM.DB004.PLOG.D220411 //DDCARD DD * ADARUN PROG=ADASEL,DB=004,SVC=235,DE=8393,DSF=YES /* //DDKARTE DD * SELECT ALL RECORDS FROM FILE 2811 WITH ISN = 11119 DISPLAY ALL END // instead of just giving the text 'lob field...
Ernst Chvatal over 3 years ago in Adabas for z/OS / Adabas (ADA-zOS) / Usability / Utilities 3 New

Regular expressions in logical condition

We would like to use regular expressions in logical conditions. E.g. IF <#VAR> = REGEX (.*search_text_1.*\..*search_text_2)
Detlef Ziermann about 2 years ago in Natural for Linux and Cloud / Natural (NAT) 2 Under Review

Prevent NAT1326 with MOVE...TO SUBSTRING with DYNAMIC variables

PROBLEM: =======The following program will get a Runtime error NAT1326: * see Software AG Support Incident 113138 ...DEFINE DATA LOCAL1 #A (A) DYNAMIC1 #COL (I2) INIT <1> (EM=ZZ9)1 #I (I2) (EM=ZZ9)END-DEFINE*EXPAND DYNAMIC VARIABLE #A TO 500...
Guest over 4 years ago in Natural for Linux and Cloud / Natural (NAT) 1 Not in Plan

What are the ADABAS-DBIDs my current Natural session is connected to?

What are the ADABAS-DBIDs my current Natural session is connected to? There's no USR-Subprogram giving the answer to that question. Sample:Imagine the following: Let's say my UDB is set to 001. DEFINE DATA LOCAL 01 VIEW01 VIEW MYFILE1-DB12 /* DBID...
Guest over 4 years ago in Natural for Linux and Cloud / Natural (NAT) 2 Future consideration