How can I create 1 DDM that fetches 3 ADABAS files
simultaneously?
Answer Posted / 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 |
Post New Answer View All Answers
Explain how are you going to remove duplicates from the file that is being read?
What is the difference between read work file 1 and read work file once? Why we are using work file once?
The natural file converted to PDF file if Yes then explain ?
Explain the difference between external subroutine and subprogram?
How to find occurrence of mu and pe fields in a file?
What is the difference between read(1) and read work file once?
How to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
Can you explain control variable in online screens?
In a Natural program i used the below code for report FORMAT LS=132 PS=60 And down the line I want to change either LS/PS like FORMAT LS=120 PS=50, is it possible? How it will work?
How are you going to remove duplicates from the file that is being read?
What is a hyperdescriptor?
How to receive data passed through jcl parm parameter in a natural program?
Explain the address converter?
Explain control variable in online screens?
What is data trace system 2.0 used for?