How can I create 1 DDM that fetches 3 ADABAS files
simultaneously?
Answer Posted / rashi
As far as i know it isnot possible to craete a single DDM
for 3 files. but if you guys have tried it plesae let me
know.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between read work file 1 and read work file once? Why we are using work file once?
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?
Can you explain control variable in online screens?
Explain how are you going to remove duplicates from the file that is being read?
How to create 1 ddm that fetches 3 adabas files simultaneously?
Explain how many work file we can code in jcl?
Explain what happens when you issue a escape routine in a program? Will there be any compilation /run time erro?
What is a hyperdescriptor?
Explain the difference between external subroutine and subprogram?
What happens when you issue a escape routine in a program? Will there be any compilation /run time erro?
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?
Tell me can we update with histogram?
What is the difference between read(1) and read work file once?
How can we see the copy book length using file-aid?
Explain how to move cursor to a particular field when position is not known?