Questions tagged [adabas]

ADABAS (an acronym for Adaptable DAta BAse System) is Software AG’s primary database management system.

First released in 1970, Adabas is considered by some to have been one of the earliest commercially available database products. Initially released on IBM mainframe systems using DOS/360, OS/MFT or OS/MVT, Adabas is now available on a range of other systems including OpenVMS, Unix (including Linux and Linux on zSeries), and Microsoft Windows servers.

Adabas is an inverted list database which allows for the storage of denormalised data as it supports the concept of periodic groups and multi-value fields within a record.

Adabas has maintained its position as one of the world's fastest OLTP databases, offering 24x7 functioning, Parallel Sysplex support, real-time replication capability, SQL and XML access and other capabilities.

Historically, Adabas was used in conjunction with Software AG's programming language Natural , so that many legacy applications that use Adabas as a database on the back-end are also developed with Natural as well.

In 2017, SoftwareAG announced their intention to support both Adabas and Natural to 2050 and beyond.

Source: Wikipedia (ADABAS)

8 questions
2
votes
2 answers

How can I transform data from (.ddm .pnt .fdt .bin) files to .csv

I have data stored in .ddm, .pnt, .fdt and .bin files. How can I export (or extract or transform) data from those file formats into .csv? I think it's an ADABAS database.
Tarek
  • 65
  • 8
2
votes
1 answer

NAT3176 Error in call to Adabas subroutine or in inverted list

I am having trouble figuring out how to fix this error in Natural Adabas. I am just starting out with Natural on a very old version and the problem I keep running into trying to run most of the existing programs written by previous developers is…
Blazanor
  • 175
  • 8
1
vote
1 answer

Does Cloud Data Fusion have a connector for Adabas mainframe?

The Google Cloud Data Fusion documentation mentions that the service is capable of connecting to mainframes. Does it have a connector to Adabas Database specifically?
1
vote
3 answers

significance of DEFAULT SEQUENCE in Adabas Natural DDM

I am trying to make sense of Adabas Natural DDMs. Mostly it makes sense but explanations of certain specifics are hard to come by. The Files start off with something like: 00101DB: 000 FILE: 015 - Z-NATDIC-PR DEFAULT SEQUENCE: 0020 0030TYL DB …
Sheena
  • 15,590
  • 14
  • 75
  • 113
0
votes
0 answers

Migrate ADABAS to SQL Server/Oracle

I am trying to upgrade an old framework application to a .net framework and came to find out that the old application framework for back-end DB uses ADABAS which I do not have experience with. I have experience with SQL Server and Oracle. My…
aldo23
  • 39
  • 7
0
votes
0 answers

DB2 "Error in converting column name from JString to CString"

We are setting up the federation in order to browse data from ADABAS using DB2 federation. We have a Classic Data Architect connection set up and a remote server in DB2 federation configured using JDBC. The problem is that when we try to create a…
Matioski
  • 117
  • 1
  • 2
  • 11
0
votes
1 answer

DB2 Federation error in creating Nicknames

We are setting up the federation in order to browse data from ADABAS using DB2 federation. We have a Classic Data Architect connection set up and a remote server in DB2 federation configured usign JDBC. The problem is that when we try to create a…
Matioski
  • 117
  • 1
  • 2
  • 11
-1
votes
1 answer

Unable to find adabas jdbc driver

I'm trying to connect adabas database from java. I have installed adabas database but i couldnty find a driver to connect to this db from java. Can anyone share the link or url where i can download adabasd.jar.
user1717764
  • 111
  • 3
  • 12