IBM Natural Question:

How to create 1 DDM that fetches 3 ADABAS files simultaneously?

Tweet Share WhatsApp

Answers:

Answer #1In general the DDM is part of a single Adabas file and we
the programmers play around the views of DDMs.

It is possible that there can be multiple views of a same
file, but I never heard that there can be one DDM from
multiple files.

Answer #2You can create logical user view for the three DDM using SQL program to determine the selection conditions Then you can read the DDM of this logical view instead of reading the three files in the program.

Download IBM Natural PDF Read All 27 IBM Natural Questions
Previous QuestionNext Question
A field declared as P8 needs to be redefined as
Alphanumeric. What would be its new size?
What is the quality process in development?