How can I create 1 DDM that fetches 3 ADABAS files
simultaneously?
Answer Posted / 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 |
Post New Answer View All Answers
How converted the natural coding for adabas
Explain why do we use file-aid for seqential files?
Explain the like inverted list?
Explain control variable in online screens?
Tell me can we update with histogram?
How to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
Explain what happens when you issue a escape routine in a program? Will there be any compilation /run time erro?
Explain difference between read(1) and read work file once?
What is the difference between read(1) and read work file once?
What is the quality process in development?
Explain difference between read work file 1 and read work file once? Why we are using work file once?
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 to create 1 ddm that fetches 3 adabas files simultaneously?
What is the difference between escape(top or bottom) and escape immediate(top or bottom?
How are you going to remove duplicates from the file that is being read?