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 adabas basic concepts. Like inverted list, address converter ,data storage?
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?
Explain the like inverted list?
Explain is it possible to code goto statement in natural? If yes please provide the syntax of the same?
Explain how to ftp the natural program to desktop? (From mainframe to pc), is it possible?
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?
Explain the difference between external subroutine and subprogram?
Explain how to move cursor to a particular field when position is not known?
Explain how many work file we can code in jcl?
Tell me what type of files we can process thru file-aid?
What is data trace system 2.0 used for?
Explain how are you going to remove duplicates from the file that is being read?
Explain how to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
Can we see the copy book length using file-aid?
Explain how to find occurrence of mu and pe fields in a file?