IBM Natural Question:
Download Job Interview Questions and Answers PDF
How to create 1 DDM that fetches 3 ADABAS files simultaneously?
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.
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 Interview Questions And Answers
PDF
Previous Question | Next 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? |