How can I create 1 DDM that fetches 3 ADABAS files
simultaneously?
Answers were Sorted based on User's Feedback
Answer / niki
Hi,
well as per my knowledge we can define multiple DDMs for an
Adabas file, so its not possible to create one DDM that
fatched 3 different ADABAS File.
Please correct me if there is any changes.
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / aswini
Hi,
In 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.
May be what Jaydip has told is correct and a good learning
for me.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / jaydip chakrabarty
You can couple 3 files to create a DDM. Then you can query
that DDM.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / rashi
As far as i know it isnot possible to craete a single DDM
for 3 files. but if you guys have tried it plesae let me
know.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / akansha
Hi All,
I am very sure on this question that it is not possible to
fetch ADABAS files simultaneously. When you create a DDM it
asks for a DBIB then a file number which is unique for a
file and you can specify one number at a time.
| Is This Answer Correct ? | 1 Yes | 0 No |
why do we use file-aid for seqential files?
difference between escape(top or bottom) and escape immediate(top or bottom?
Explain the like inverted list?
How can we see the copy book length using file-aid?
How to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
Is it possible to declare a GDA for an external subroutine?
Suppose you are processing an input file in a natural program and you want the program to fail if the file is empty. What command you use in natural to force it to fail?
What is the difference between escape(top or bottom) and escape immediate(top or bottom?
Explain how to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
Which is more efficient - the external subroutine or a copycode coded in to a NATURAL program? And Why?
Explain how are you going to remove duplicates from the file that is being read?
How do you receive data passed through JCL parm parameter in a Natural program ? How Data definition is defined in the program?