Software AG Tech Community - Latest posts https://techcommunity.softwareag.com Latest posts Is GTA San Andreas still a good benchmark for testing performance and optimization on modern devices? Hi everyone,

I’ve been revisiting Grand Theft Auto: San Andreas recently, and it got me thinking about how older games like this fit into today’s hardware and software landscape.

Even though it’s a pretty old title, it still seems to push mobile devices in interesting ways — things like open-world rendering, AI behavior, and continuous background streaming of assets. On my phone, for example, I’ve noticed occasional heating and battery drain during longer sessions, which surprised me a bit given the game’s age.

So I’m curious from a more technical perspective:

Do you think games like GTA San Andreas are still useful as a kind of “real-world” benchmark for testing performance, thermal behavior, or optimization on modern devices? Or are modern engines and workloads so different now that it’s no longer a meaningful comparison?

Also, if anyone here has looked into how the mobile port is optimized (or not), I’d love to hear your insights — especially around CPU/GPU usage, memory handling, or any known bottlenecks.

Interested to hear your thoughts and experiences!

]]>
https://techcommunity.softwareag.com/t/is-gta-san-andreas-still-a-good-benchmark-for-testing-performance-and-optimization-on-modern-devices/312021#post_1 Tue, 17 Mar 2026 16:16:49 +0000 techcommunity.softwareag.com-post-580045
Soumitra Dutta Oxford-How does Adabas assign an ISN when inserting a new record? It’s been a while now since I taught ADABAS internals but unless it has changed here is some additional information to what Doug has correctly stated. First if REUSEISN is turned OFF by default as Doug said the next higher ISN is always assigned. This is very useful for applications that need a sequential control number that isn’t reused. However for files that have a lot of ADD/DELETE activity where the ISN is not important you might consider turning it ON to reduce the growth of the Address converter. A good example of this is the NATURAL FUSER file. When you do a SAVE or STOW NATURAL generates a transaction where it ADD’s the new records (representing the code) deletes the old records and does an ET. So it is normally recommended to turn ISNREUSE=ON for FUSER file.

Now for the rest of the story…

Even if you have turned ISNREUSE on it is possible for the AC to grow. Here is what happens when you add a record to a file.

  1. ADABAS checks the files FCB to see if there is an ISN available for REUSE. It keeps a list of eight there.

  2. ADABAS also keeps a pointer in the FCB to the current location in the AC. The rule is that ADABAS will only read up to one AC block to refill the list of eight available ISN’s for reuse.

  3. If ADABAS does not find any ISN’s available for reuse it will set the location pointer to the next AC block but then assign the new record an ISN equal to TOP ISN plus one. This is done for performance so that an ADD does not cause a scan of the whole AC (lots of IO).

Hope this helps those inquiring minds…

Eugene (Gene) Miklovich

ADABAS/NATURAL Systems Support and DBA

Cell: 916-202-7047

Normal Hours: 8am-4pm E.T.

Please call or text if assistance needed outside these hours.

Out of Office Notice:

]]>
https://techcommunity.softwareag.com/t/soumitra-dutta-oxford-how-does-adabas-assign-an-isn-when-inserting-a-new-record/312007#post_3 Mon, 16 Mar 2026 13:31:05 +0000 techcommunity.softwareag.com-post-580043
Soumitra Dutta Oxford-How does Adabas assign an ISN when inserting a new record? there is a file level option to re-use ISNs that have been released by deleting records (REUSEISN=ON) or only to assign new ISNs (REUSEISN=OFF)

]]>
https://techcommunity.softwareag.com/t/soumitra-dutta-oxford-how-does-adabas-assign-an-isn-when-inserting-a-new-record/312007#post_2 Fri, 13 Mar 2026 05:30:56 +0000 techcommunity.softwareag.com-post-580028
Soumitra Dutta Oxford-How does Adabas assign an ISN when inserting a new record? Hi, My name is Soumitra Dutta, an Oxford-based entrepreneur & photographer. I have a question about Adabas ISN assignment and would appreciate your suggestions.

When inserting a new record into an Adabas file, how does Adabas decide which ISN (Internal Sequence Number) to assign? Does it always generate the next sequential ISN, or can it reuse ISNs from deleted records depending on the file settings?

If anyone has experience with this or can explain the internal logic behind ISN allocation, please share your insights or examples.

Regards

Soumitra Dutta

]]>
https://techcommunity.softwareag.com/t/soumitra-dutta-oxford-how-does-adabas-assign-an-isn-when-inserting-a-new-record/312007#post_1 Fri, 13 Mar 2026 05:17:16 +0000 techcommunity.softwareag.com-post-580025
Nat1073 Product/components used and version/fix level: Natural for mainframes 8.2

Detailed explanation of the problem:

I do not know if this is a problem or not.
When I sign on to the development CICS region TTMER using either NV31 or NATP I am receiving an error message :-

NAT1073 Initialization of EDITOR buffer pool failed. (Local)
NAT1073 Initialization of EDITOR buffer pool failed. (Local)

Thing is as far as I can tell I cannot see this error message causing an issue, apart from the error message I can sign on OK, I can do all my work OK, it’s just this weird error message that has just started today (16/2/26)

I am not getting any kind of error message in any other CICS region, it is just TTMER

Error messages / full error message screenshot / log file:

I do not know if this is a problem or not.
When I sign on to the development CICS region TTMER using either NV31 or NATP I am receiving an error message :-

NAT1073 Initialization of EDITOR buffer pool failed. (Local)
NAT1073 Initialization of EDITOR buffer pool failed. (Local)

Thing is as far as I can tell I cannot see this error message causing an issue, apart from the error message I can sign on OK, I can do all my work OK, it’s just this weird error message that has just started today (16/2/26)

I am not getting any kind of error message in any other CICS region, it is just TTMER

Question related to a free trial, or to a production (customer) instance?

]]>
https://techcommunity.softwareag.com/t/nat1073/312002#post_1 Mon, 02 Mar 2026 19:52:55 +0000 techcommunity.softwareag.com-post-580017
📅 March 10, 2026: Adabas & Natural Innovation Day Madrid Only 3 weeks to go.
In this focused session, we will cover Adabas & Natural 2050+ roadmap, modernization strategies, and AI enablement for mission-critical systems.

Don’t miss it.
Register today: Digital Transformation Solutions & Services | Software AG

]]>
https://techcommunity.softwareag.com/t/march-10-2026-adabas-natural-innovation-day-madrid/311958#post_2 Wed, 25 Feb 2026 00:53:29 +0000 techcommunity.softwareag.com-post-579999
Need Help Finding Protocol and Port Info … enter code A - SessionMonitoring and then T - Maintain TCP/IP URL i quess

]]>
https://techcommunity.softwareag.com/t/need-help-finding-protocol-and-port-info/311985#post_2 Thu, 12 Feb 2026 04:46:48 +0000 techcommunity.softwareag.com-post-579988
Need Help Finding Protocol and Port Info My employer is working with a contractor to move our systems to the cloud. The contractor is requesting TCP and port info for one of our ADABAS databases, but I’m not sure how to find that. I can access SYSAOS. Is there a command or section of ADABAS Basic Services that will provide that info?

]]>
https://techcommunity.softwareag.com/t/need-help-finding-protocol-and-port-info/311985#post_1 Wed, 11 Feb 2026 22:16:53 +0000 techcommunity.softwareag.com-post-579987
How do I download or install a free trial for a Software AG product? Hi Prasad,

see my reply above:

webMethods community content incl. free trials has moved to IBM:

community.ibm.com

IBM webMethods Hybrid Integration - IBM TechXchange Community

You won’t find any webMethods content here anymore. Please ask your questions in the IBM Community.

Thanks,
Felix

]]>
https://techcommunity.softwareag.com/t/how-do-i-download-or-install-a-free-trial-for-a-software-ag-product/311883#post_8 Tue, 03 Feb 2026 09:10:24 +0000 techcommunity.softwareag.com-post-579952
How do I download or install a free trial for a Software AG product? Title: Looking for webMethods Service Designer Free Download / Trial Setup

Hello Everyone,

I’m new to webMethods and currently learning Integration Server, Flow Services, and EDI (850) for a freelance opportunity.

I’m trying to set up a local practice environment, but I’m unable to find the webMethods Service Designer free download or trial installer on the Tech Community downloads page.

Could someone please guide me to:

  • The latest Service Designer standalone ZIP, or

  • The Integration Server + Designer trial installer, or

  • Any official link for setting up a local development environment?

I mainly want to practice:

  • Creating packages and Flow services

  • Mapping and pipeline

  • EDI basics (850)

Any help or direction would be greatly appreciated.

Thank you in advance :slightly_smiling_face:
Prasad

]]>
https://techcommunity.softwareag.com/t/how-do-i-download-or-install-a-free-trial-for-a-software-ag-product/311883#post_7 Tue, 03 Feb 2026 08:58:52 +0000 techcommunity.softwareag.com-post-579950
How do I download or install a free trial for a Software AG product? webMethods community content incl. free trials has moved to IBM:

]]>
https://techcommunity.softwareag.com/t/how-do-i-download-or-install-a-free-trial-for-a-software-ag-product/311883#post_6 Tue, 03 Feb 2026 08:42:09 +0000 techcommunity.softwareag.com-post-579948
How do I download or install a free trial for a Software AG product? Hello, I’m learning webMethods and need the Service Designer free download ZIP. Can someone share the download link or directions?

]]>
https://techcommunity.softwareag.com/t/how-do-i-download-or-install-a-free-trial-for-a-software-ag-product/311883#post_5 Tue, 03 Feb 2026 08:28:35 +0000 techcommunity.softwareag.com-post-579944
📅 March 10, 2026: Adabas & Natural Innovation Day Madrid

Presentations

Adabas and Natural Innovation Day Madrid 10.03.2026.pdf (9.4 MB)

Join us in Madrid for Adabas & Natural Innovation Day.

Together, we will explore the Adabas & Natural 2050+ roadmap, modernization strategies, customer success stories, and practical approaches to keep your Mission-Critical Systems future-ready:

:small_blue_diamond: Adabas & Natural 2050+: what stays rock-solid, what evolves, and how to plan with confidence
:small_blue_diamond: Proven approaches to AI, modernization, performance, and resilience
:small_blue_diamond: Real customer stories from organizations running at scale
:small_blue_diamond: Open dialogue with Software AG experts and peers

This event is your opportunity to see how the technology is evolving - faster, smarter, and ready for the next generation.

:round_pushpin: Madrid | March 10, 2026

Adabas & Natural Innovation Day 2026 Madrid

2026-03-10 09:00 (Europe/Berlin) → 2026-03-10 13:30 (Europe/Berlin)

]]>
https://techcommunity.softwareag.com/t/march-10-2026-adabas-natural-innovation-day-madrid/311958#post_1 Mon, 09 Feb 2026 23:00:00 +0000 techcommunity.softwareag.com-post-579941
Dheeraj Sudan and Meenu Hinduja-How do I download webMethods or other Software AG product trials?
Sven_Born:

Docker Hub - SAG Deutschland GmbH

Hi Sven Born, thank you for your valuable response and for sharing such a helpful community.

Regards
Meenu Hinduja & Dheeraj Sudan

]]>
https://techcommunity.softwareag.com/t/dheeraj-sudan-and-meenu-hinduja-how-do-i-download-webmethods-or-other-software-ag-product-trials/311940#post_3 Thu, 29 Jan 2026 07:15:10 +0000 techcommunity.softwareag.com-post-579912
Dheeraj Sudan and Meenu Hinduja-How do I download webMethods or other Software AG product trials? See this post: webMethods has moved to IBM

For Adabas and Natural you can use the Community Edition containers:

Docker Hub - SAG Deutschland GmbH

Software AG Containers

]]>
https://techcommunity.softwareag.com/t/dheeraj-sudan-and-meenu-hinduja-how-do-i-download-webmethods-or-other-software-ag-product-trials/311940#post_2 Thu, 29 Jan 2026 07:01:12 +0000 techcommunity.softwareag.com-post-579910
Dheeraj Sudan and Meenu Hinduja-How do I download webMethods or other Software AG product trials? Hi Everyone, I am Dheeraj Sudan, a UK-based software developer, and I manage a business with my wife, Meenu Hinduja. I’m trying to download a trial version of webMethods and other Software AG products. Would really appreciate hearing your experience or advice.

]]>
https://techcommunity.softwareag.com/t/dheeraj-sudan-and-meenu-hinduja-how-do-i-download-webmethods-or-other-software-ag-product-trials/311940#post_1 Thu, 29 Jan 2026 04:45:24 +0000 techcommunity.softwareag.com-post-579908
Meenu Hinduja & Dheeraj Sudan - Issues with Adabas on Linux Thanks for suggestion

]]>
https://techcommunity.softwareag.com/t/meenu-hinduja-dheeraj-sudan-issues-with-adabas-on-linux/311816#post_5 Tue, 27 Jan 2026 04:57:16 +0000 techcommunity.softwareag.com-post-579887
How do I download or install a free trial for a Software AG product? You shouldn’t need Empower credentials to download and try our Community editions. If you need support with accessing Empower as an existing customer of Software AG, please reach out to [email protected].

]]>
https://techcommunity.softwareag.com/t/how-do-i-download-or-install-a-free-trial-for-a-software-ag-product/311883#post_4 Sun, 25 Jan 2026 11:32:59 +0000 techcommunity.softwareag.com-post-579882
How do I download or install a free trial for a Software AG product? Hi Felix, these needs Empower credentials right which i am unable to request with my individual Gmail account it asks for work email id (office domain id) which i can not share it as its restricted. is there any way we can create Empower credentials for individuals.

]]>
https://techcommunity.softwareag.com/t/how-do-i-download-or-install-a-free-trial-for-a-software-ag-product/311883#post_3 Sun, 25 Jan 2026 07:21:03 +0000 techcommunity.softwareag.com-post-579880
Data Browser fails when retrieving full record set from DDM in NaturalONE Community Edition Hello and thank you for sharing this information.

Starting with Natural 9.3.3, Community Edition is no longer a separate product. It is now a license-free operating mode that is automatically used when Natural starts without a license. For convenience, the term “Natural Community Edition” may still be used, even though it is no longer a standalone product. Natural with no-license has limitation and it is documented in this link.

I hope this information helps.

]]>
https://techcommunity.softwareag.com/t/data-browser-fails-when-retrieving-full-record-set-from-ddm-in-naturalone-community-edition/311861#post_2 Fri, 23 Jan 2026 12:17:17 +0000 techcommunity.softwareag.com-post-579874
How do I download or install a free trial for a Software AG product? Please see the official Free Trial page of Software AG with more information on how to register for and install free trials:

]]>
https://techcommunity.softwareag.com/t/how-do-i-download-or-install-a-free-trial-for-a-software-ag-product/311883#post_2 Thu, 22 Jan 2026 07:53:55 +0000 techcommunity.softwareag.com-post-579872
How do I download or install a free trial for a Software AG product? I am Dheeraj Sudan from the UK. I work as a software developer and jointly manage a business with my wife, Meenu Hinduja. I’m planning to try a Software AG product. Can anyone here suggest how to download and install the free trial?

Regards

Dheeraj Sudan and Meenu Hinduja

]]>
https://techcommunity.softwareag.com/t/how-do-i-download-or-install-a-free-trial-for-a-software-ag-product/311883#post_1 Thu, 22 Jan 2026 04:49:43 +0000 techcommunity.softwareag.com-post-579839
Meenu Hinduja & Dheeraj Sudan - Issues with Adabas on Linux Thanks It’s helpful for me.

]]>
https://techcommunity.softwareag.com/t/meenu-hinduja-dheeraj-sudan-issues-with-adabas-on-linux/311816#post_4 Thu, 22 Jan 2026 04:40:07 +0000 techcommunity.softwareag.com-post-579838
Data Browser fails when retrieving full record set from DDM in NaturalONE Community Edition Product/components used and version/fix level:
  1. Natural CE Docker image: softwareag/natural-ce:9.3.3
  2. Adabas Database Docker image: softwareag/adabas-ce:7.4.0
  3. Adabas Manager Docker image: softwareag/adabasmanager-ce:9.4.0
  4. **NaturalONE Community Edition **

Detailed explanation of the problem:

I am experiencing issues when using the Data Browser based on a DDM.
The DDM contains a total of 1107 records.

  • When the query is limited to around 200 records, the Data Browser works correctly.

  • However, when I try to retrieve the maximum number of records (1107), the operation does not complete successfully and it becomes impossible to display the data.

The entire environment is running in Docker containers, using Adabas Manager, Adabas Database, and Natural CE images. The IDE in use is NaturalONE Community Edition.

Error messages / full error message screenshot / log file:

When attempting to execute the Data Browser to retrieve the full set of records, an error is displayed and the operation cannot be completed successfully.

The error occurs specifically when requesting the maximum number of records defined in the DDM.
A screenshot of the error message is attached for reference.

At the moment, no additional detailed error message is written to the screen beyond what is shown in the Data Browser.
Natural and Adabas log files can be provided if required.

]]>
https://techcommunity.softwareag.com/t/data-browser-fails-when-retrieving-full-record-set-from-ddm-in-naturalone-community-edition/311861#post_1 Fri, 16 Jan 2026 14:02:43 +0000 techcommunity.softwareag.com-post-579811
Meenu Hinduja & Dheeraj Sudan - Issues with Adabas on Linux In my experience performance issues are 80-90 % related to application coding or design.

I do like to tune to minimize calls and IO, so I maximize LBP 1st then LWP.

However these ten to be fine tuning.

Look at applications for redundant calls, potential use of multifetch, …

Eugene (Gene) Miklovich

ADABAS/NATURAL Systems Support and DBA

Cell: 916-202-7047

Normal Hours: 8am-4pm E.T.

Please call or text if assistance needed outside these hours.

Out of Office Notice:

]]>
https://techcommunity.softwareag.com/t/meenu-hinduja-dheeraj-sudan-issues-with-adabas-on-linux/311816#post_3 Fri, 16 Jan 2026 13:58:31 +0000 techcommunity.softwareag.com-post-579810
Meenu Hinduja & Dheeraj Sudan - Issues with Adabas on Linux You can find the following chapter in the Adabas documentation:
Database Monitoring And Tuning

Please take a look into a similar question here in the forum:
Issues with Adabas on Linux - Seeking Optimization Tips

]]>
https://techcommunity.softwareag.com/t/meenu-hinduja-dheeraj-sudan-issues-with-adabas-on-linux/311816#post_2 Fri, 16 Jan 2026 09:48:33 +0000 techcommunity.softwareag.com-post-579806
Meenu Hinduja & Dheeraj Sudan - Issues with Adabas on Linux Hi everyone,

I’m Dheeraj Sudan from the UK. I’m a software developer and also run a business with my wife Meenu Hinduja. I’m working with Adabas on Linux and experiencing performance and optimization issues, particularly slow query execution. I’m looking for best practices, tuning parameters, or configuration tips to improve performance. If you’ve worked with Adabas on Linux or integrated it with Natural, I’d appreciate any advice on optimizing queries and streamlining the overall setup. Thanks in advance for your insights!

Thanks,
Meenu Hinduja & Dheeraj Sudan

]]>
https://techcommunity.softwareag.com/t/meenu-hinduja-dheeraj-sudan-issues-with-adabas-on-linux/311816#post_1 Fri, 16 Jan 2026 07:46:15 +0000 techcommunity.softwareag.com-post-579764
Which Microsoft certifications are useful if working with Software AG cloud products? If you are working with Software AG cloud products like webMethods and API Management, Microsoft certifications can definitely strengthen your cloud and integration skills. Certifications such as AZ-900 - Azure Fundamentals and AZ-204 - Developing Solutions for Microsoft Azure are especially useful for understanding Azure-based services used in hybrid and integration scenarios. AZ-305 can also add value if you are involved in designing end-to-end cloud integrations. Overall, these certifications help bridge the software AG platforms with the Azure ecosystems. For effective Microsoft certification preparation, using practice tests by P2PExams is very important, as they help validate concepts and improve exam readiness.

]]>
https://techcommunity.softwareag.com/t/which-microsoft-certifications-are-useful-if-working-with-software-ag-cloud-products/311795#post_2 Thu, 01 Jan 2026 04:51:52 +0000 techcommunity.softwareag.com-post-579738
Which Microsoft certifications are useful if working with Software AG cloud products? I am currently working with Software AG cloud products, such as webMethods and API management, and I want to strengthen my cloud fundamentals. Since many integrations involve Azure-based services, i am exploring Microsoft certifications as well. Which Microsoft certifications would be most useful for professionals working with Software AG cloud platforms, especially for cloud integration and hybrid environments?

]]>
https://techcommunity.softwareag.com/t/which-microsoft-certifications-are-useful-if-working-with-software-ag-cloud-products/311795#post_1 Wed, 31 Dec 2025 12:58:19 +0000 techcommunity.softwareag.com-post-579734
Shift Cobol to IBM zIIP - JOPAZ introduction :stopwatch: 60 sec Video
:woman_technologist: Learn how JOPAZ works
:magnifying_glass_tilted_left: Dive deeper: Documentation

Jopaz-How_it_works

]]>
https://techcommunity.softwareag.com/t/shift-cobol-to-ibm-ziip-jopaz-introduction/311735#post_1 Fri, 28 Nov 2025 14:02:09 +0000 techcommunity.softwareag.com-post-579650
Demo Video: Free up capacity with JOPAZ Free up capacity with JOPAZ

See how JOPAZ shifts COBOL batch workloads from the General Processor to low-cost zIIPs—no code changes required. In this short demo, you’ll watch the same COBOL program run side-by-side before and after JOPAZ, cutting General Processor time by 81%. Discover how easy it is to free up capacity and maximize mainframe efficiency.

]]>
https://techcommunity.softwareag.com/t/demo-video-free-up-capacity-with-jopaz/311722#post_1 Wed, 26 Nov 2025 11:24:31 +0000 techcommunity.softwareag.com-post-579627
Upgarding Construct v4.2 to Construct v8.2 Thanks Eugene, yes we found both.

]]>
https://techcommunity.softwareag.com/t/upgarding-construct-v4-2-to-construct-v8-2/311706#post_9 Wed, 19 Nov 2025 03:34:55 +0000 techcommunity.softwareag.com-post-579619
Upgarding Construct v4.2 to Construct v8.2 Don’t recall, but would suspect they were.

If you are still at 4.2.2 then use SYSMAIN to list SYSCST library.

Eugene (Gene) Miklovich

ADABAS/NATURAL Systems Support and DBA

Cell: 916-202-7047

Normal Hours: 8am-4pm E.T.

Please call or text if assistance needed outside these hours.

Out of Office Notice:

]]>
https://techcommunity.softwareag.com/t/upgarding-construct-v4-2-to-construct-v8-2/311706#post_8 Tue, 18 Nov 2025 19:10:34 +0000 techcommunity.softwareag.com-post-579617
Upgarding Construct v4.2 to Construct v8.2 Hi David

Nice to hear from you too. We are both doing fine thanks.

Hentie

]]>
https://techcommunity.softwareag.com/t/upgarding-construct-v4-2-to-construct-v8-2/311706#post_7 Tue, 18 Nov 2025 06:06:50 +0000 techcommunity.softwareag.com-post-579615
Upgarding Construct v4.2 to Construct v8.2 Hello Hentie
Glad to come across you.
Been a long time since the last contact at GPAA.
How you guys doing? Is Edward also still around?

Regards

David Simons

]]>
https://techcommunity.softwareag.com/t/upgarding-construct-v4-2-to-construct-v8-2/311706#post_6 Mon, 17 Nov 2025 15:17:48 +0000 techcommunity.softwareag.com-post-579614
Upgarding Construct v4.2 to Construct v8.2 Hi Gene

Thanks, this is very useful and it looks like they have used different names.

Do you remember if the CSFUNLD and CSFLOAD utilities were available in v4.2?

Hentie

]]>
https://techcommunity.softwareag.com/t/upgarding-construct-v4-2-to-construct-v8-2/311706#post_5 Fri, 14 Nov 2025 05:48:54 +0000 techcommunity.softwareag.com-post-579613
Upgarding Construct v4.2 to Construct v8.2 Hopefully they all have different names than the SAG models.

You also need to dig deep to see what sub components are used as these may change.

CONSTRUCT uses a naming philosophy for components with a digit at the end.

Least digit is most current for example XXXXXX8 is most current XXXXXX9 is previous.

If you have custom models that have components that are updated that use SAG names

Then you should create a Previous version and adjust the model to use that previous version.

Lots of Fun…

Eugene (Gene) Miklovich

ADABAS/NATURAL Systems Support and DBA

Cell: 916-202-7047

Normal Hours: 8am-4pm E.T.

Please call or text if assistance needed outside these hours.

Out of Office Notice:

]]>
https://techcommunity.softwareag.com/t/upgarding-construct-v4-2-to-construct-v8-2/311706#post_4 Thu, 13 Nov 2025 21:13:37 +0000 techcommunity.softwareag.com-post-579612
Natural and Adabas CE not available anymore?!?!?!? You will find the CE versions on docker hub

https://hub.docker.com/u/softwareag

]]>
https://techcommunity.softwareag.com/t/natural-and-adabas-ce-not-available-anymore/311712#post_2 Thu, 13 Nov 2025 17:51:29 +0000 techcommunity.softwareag.com-post-579611
Natural and Adabas CE not available anymore?!?!?!? Product/components used and version/fix level: Natural and Adabas CE

Detailed explanation of the problem: Natural and Adabas CE not available anymore?!?!?!? What are you trying to prevent interested clients and chase them away away. What a waste of time. Well done I was quite interested and now I want nothing to do with these products. No documentation or pages explaining you no longer offer CE. In fact you just go in circles trying to find it, remove those dead pages for crying out load, what a terrible experience and I haven’t even used it yet:

Error messages / full error message screenshot / log file:

Question related to a free trial, or to a production (customer) instance?

]]>
https://techcommunity.softwareag.com/t/natural-and-adabas-ce-not-available-anymore/311712#post_1 Thu, 13 Nov 2025 17:34:11 +0000 techcommunity.softwareag.com-post-579609
Upgarding Construct v4.2 to Construct v8.2 Hi Eugene

Thank you very much – we have already identified the custom Models.

Hentie

]]>
https://techcommunity.softwareag.com/t/upgarding-construct-v4-2-to-construct-v8-2/311706#post_3 Thu, 13 Nov 2025 15:10:18 +0000 techcommunity.softwareag.com-post-579607
Upgarding Construct v4.2 to Construct v8.2 The most important thing you can do is to research any customizations that have been done to the models.

Eugene (Gene) Miklovich

ADABAS/NATURAL Systems Support and DBA

Cell: 916-202-7047

Normal Hours: 8am-4pm E.T.

Please call or text if assistance needed outside these hours.

Out of Office Notice:

]]>
https://techcommunity.softwareag.com/t/upgarding-construct-v4-2-to-construct-v8-2/311706#post_2 Thu, 13 Nov 2025 14:25:11 +0000 techcommunity.softwareag.com-post-579602
Upgarding Construct v4.2 to Construct v8.2 Product/components used and version/fix level: Construct v4.2.2

Detailed explanation of the problem: Upgrading to latest version V8.2

Error messages / full error message screenshot / log file: Looking for Documentation or Guidance on Upgrading Natural Construct v4.2.2 to v8.2.2

Question related to a free trial, or to a production (customer) instance?

Hello everyone,

We are planning to upgrade Natural Construct from version 4.2.2 to version 8.2.2 and would appreciate any documentation, best practices, or pointers you can share.

Specifically, we are interested in:

  • Steps or considerations for the upgrade process

  • Known issues or compatibility concerns

  • Lessons learned from similar upgrades

If you have experience with this upgrade or know where to find official resources, please let me know. Thanks Hentie

]]>
https://techcommunity.softwareag.com/t/upgarding-construct-v4-2-to-construct-v8-2/311706#post_1 Thu, 13 Nov 2025 06:03:45 +0000 techcommunity.softwareag.com-post-579601
IUG Conference 2026 is coming to Munich! Hey everyone,

We’ve got something exciting to share — the International User Groups (IUG) Conference 2026 is coming your way! Mark your calendars for June 16–18, 2026, because we’re taking over Munich, one of Europe’s most vibrant tech hubs. :germany::sparkles:

After an incredible conference this year, we’re bringing back everything you loved and then some. Expect more connections, more insights, and the same high-octane energy that makes the Adabas & Natural community so special.

:movie_camera: Want a Sneak Peek?
Not sure what IUG is all about? Check out our review video from this year’s conference and see the sessions, hands-on labs, and community buzz for yourself!
:play_button: Watch the IUG 2025 Review Video:

IUG Conference 2025 Impressions

:rocket: What’s New (and Returning!) in 2026
Building on this year’s momentum, the program will continue to focus exclusively on our Adabas & Natural user groups. Expect even more connections, more insights, and the same high-octane content you’ve come to love from the world of Adabas & Natural.

Also back by popular demand, we’ll once again offer Innovation Labs and free product training sessions. Stay tuned for more details to be announced soon.

:speech_balloon: We Want to Hear From You
We’re shaping the agenda right now — and this is where you come in!
:backhand_index_pointing_right: What topics, talks, or demos would you love to see in Munich?

Whether it’s deep dives, customer showcases, or hands-on coding sessions — drop your ideas below. Your input helps us make IUG 2026 your conference.
And if you’ve got a story to tell, even better!

Interested in speaking at the conference? Let us know — we’d love to showcase your experience and innovations on stage.

:cityscape: Why Munich?
Think of it as the perfect mix of tech, tradition, and Bavarian charm. Easy to reach, packed with culture, and buzzing with innovation, Munich is the ideal backdrop for a few days of inspiration, collaboration, and good conversations over a cold drink.

:airplane: Need Travel Justification?
No worries! We’ve prepared a justification letter to help outline the value of attending. It highlights how much knowledge, networking, and hands-on learning awaits you at IUG 2026. Download here

:loudspeaker: Stay Tuned
More details, including the full agenda, will drop soon. Until then, save the date, spread the word, and start the conversation below :backhand_index_pointing_down:
What are you most excited to experience at IUG 2026?

📅 June 16-18, 2026: IUG Conference

2026-06-16 13:00 (Europe/Berlin) → 2026-06-18 13:00 (Europe/Berlin)

]]>
https://techcommunity.softwareag.com/t/iug-conference-2026-is-coming-to-munich/311702#post_1 Mon, 10 Nov 2025 10:45:27 +0000 techcommunity.softwareag.com-post-579597
Max report (CMPRT##) files Thanks Ralph, appreciate the input, very helpful.

]]>
https://techcommunity.softwareag.com/t/max-report-cmprt-files/311699#post_3 Tue, 04 Nov 2025 14:47:11 +0000 techcommunity.softwareag.com-post-579594
Max report (CMPRT##) files Natural has a limit of 32 concurrent print files, but in a single batch session, you can create as many reports as the OS will allow (4B in Linux, about 3K for zOS). This works by reusing one or more printer numbers.

WRITE (01) 'first report'  /* writes to CMPRT01
DEFINE PRINTER (01) OUTPUT "DDNAME02"
WRITE (01) 'second report' /* writes to DDNAME02

Once a report has been completed, you can reuse the printer number for a subsequent report. Under zOS you have the option of specifying a DDNAME or DSNAME. These must be specified in the JCL. Obviously, you are not restricted to CMPRTnn for DDNAMEs.

]]>
https://techcommunity.softwareag.com/t/max-report-cmprt-files/311699#post_2 Mon, 03 Nov 2025 20:56:18 +0000 techcommunity.softwareag.com-post-579592
Max report (CMPRT##) files We have a program that writes a out a large number of reports to CMPRT## files (CMRPT01, CMPRT02, etc.)

When we exceed 31 files (there is one input file, so a total of 32 files)

WRITE (32) NOTITLE NOHDR
‘WITH’ #CNT-RECORDS ‘RECORDS ON’
#CNT-PAGES-ON-CD ‘PAGES.’ /
etc….

with a NAT0304.

I haven’t been been able to find a parm that would allow us to exceed that number. But maybe there is such a thing?

thanks

]]>
https://techcommunity.softwareag.com/t/max-report-cmprt-files/311699#post_1 Mon, 03 Nov 2025 15:37:01 +0000 techcommunity.softwareag.com-post-579591
How to create JSON string from LDA in Natural Software AG provided an XML toolkit in NATURAL that generates subprograms from the data area definition: 1) to serialize the data area into an XML document; 2) to Parse the XML document into the data area. I don’t know if they provide the same thing for JSON (would be nice), but if they don’t (yet) then look at generated source from XML toolkit and you can adjust to serialize/parse into JSON. As Eli said it is mostly COMPRESS and SEPARATE statements.

Eugene (Gene) Miklovich

ADABAS/NATURAL Systems Support and DBA

Cell: 916-202-7047

Normal Hours: 8am-4pm E.T.

Please call or text if assistance needed outside these hours.

Out of Office Notice:

]]>
https://techcommunity.softwareag.com/t/how-to-create-json-string-from-lda-in-natural/311676#post_3 Fri, 31 Oct 2025 13:21:47 +0000 techcommunity.softwareag.com-post-579572
How to create JSON string from LDA in Natural The COMPRESS statment should help you create a JSON structure.

]]>
https://techcommunity.softwareag.com/t/how-to-create-json-string-from-lda-in-natural/311676#post_2 Thu, 30 Oct 2025 17:18:17 +0000 techcommunity.softwareag.com-post-579559
How to create JSON string from LDA in Natural Product/components used and version/fix level: Natural version 9.3.2 running on Linux.

Detailed explanation of the problem: I have a LDA and I want to convert it to a JSON string. While I COULD do it manually that seems clunky and error prone. I know the PARSE JSON statement can take a JSON document and parse it, but I want to do the opposite.

Tried out various AI queries but they reference statements that simply do not exist. (CREATE JSON and WRITE JSON).

]]>
https://techcommunity.softwareag.com/t/how-to-create-json-string-from-lda-in-natural/311676#post_1 Thu, 30 Oct 2025 06:05:18 +0000 techcommunity.softwareag.com-post-579558
How to Call Java from Natural and Vice versa without using any middleware / integration layer Call interface:

CALL ‘GVBUR70’ #UR70-PARAMETER-AREA
#UR70-A10-SEND-AREA
#UR70-A22-RECV-AREA
#UR70-MSGTXT

1 #UR70-PARAMETER-AREA (B112)
1 REDEFINE #UR70-PARAMETER-AREA
2 #UR70-VERSION (I2)
2 #UR70-FLAG1 (B1)
2 #UR70-FLAG2 (B1)
2 #UR70-FUNCTION (A8)
2 #UR70-OPTIONS (A8)
2 REDEFINE #UR70-OPTIONS
3 #UR70-OPTION1 (I2)
3 #UR70-SPARE (B6)
2 #UR70-CLASS (A32)
2 #UR70-METHOD (A32)
2 #UR70-LEN-SEND (I4)
2 #UR70-LEN-RECV (I4)
2 #UR70-LEN-RETN (I4)
2 #UR70-RETC (I4)
2 #UR70-ANCHOR (B4)
2 #UR70-JRETC (I4)
2 #UR70-LREQD (I4)

]]>
https://techcommunity.softwareag.com/t/how-to-call-java-from-natural-and-vice-versa-without-using-any-middleware-integration-layer/296867#post_20 Mon, 27 Oct 2025 21:32:28 +0000 techcommunity.softwareag.com-post-579550