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 |
If the number of parameter is more than the expected then NAT0919 error is displayed. How many parameter are allowed in a CALL and CALLNAT statement?
What happens when you issue a ESCAPE ROUTINE in a program ? Will there be any compilation /Run time error.
how we can find occurence of MU and PE fileds in a file?
How to receive data passed through jcl parm parameter in a natural program?
Does Natural online require CICS or other TP systems to function? How does Natural interact with CICS? Thanks.
syntax for all WRITE COMMAND in natural language
Explain why do we use file-aid for seqential files?
what type of files we use in file-aid
How converted the natural coding for adabas
what r the quality process in development
Explain is it possible to code goto statement in natural? If yes please provide the syntax of the same?
COuld you please let me know along with a sample on how are you going to remove duplicates from the file that is being read. Thanks Sam