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 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?
What is a hyperdescriptor? How does it work?
Explain difference between read work file 1 and read work file once? Why we are using work file once?
Explain control variable in online screens?
Explain adabas basic concepts. Like inverted list, address converter ,data storage?
How to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
How to create 1 ddm that fetches 3 adabas files simultaneously?
What is the quality process in development?
Tell me can we update with histogram?
Explain the difference between external subroutine and subprogram?
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 how to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
Explain is it possible to code goto statement in natural? If yes please provide the syntax of the same?
What is data trace system 2.0 used for?