How can I create 1 DDM that fetches 3 ADABAS files
simultaneously?
Answer Posted / 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 |
Post New Answer View All Answers
Explain how to ftp the natural program to desktop? (From mainframe to pc), is it possible?
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?
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?
What is data trace system 2.0 used for?
Can we see the copy book length using file-aid?
Define cobol coding sheet?
What is a hyperdescriptor? How does it work?
Explain the address converter?
Tell me what type of files we can process thru file-aid?
How to find occurrence of mu and pe fields in a file?
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 cobol coding sheet?
What is a hyperdescriptor?
What is the difference between read work file 1 and read work file once? Why we are using work file once?