I have a Physical File name 'File1', which is present in
two libraries named 'LIB1' & 'LIB2'. These 2 libraries are
listed in the library list. Would like to access data from
this file from these two libraries using RPG program. How
to do this, any idea?
Answer Posted / manan
actually the first answer will only work in sequential
execution in CL or SQLRPG. But if we wanna to use
simultaneously in the RPG then the CL will be OVRDBF FILE 1
to LIB1 and for the file 2 Use some other file FILEXXX and
OVRDBF it to LIB2/FILE1 and in RPG use the FILEXXX so when
u refer to any operation in FILEXXX that will reflect to
FILE1 in LIB2.
Other options for RPG4 are also correct ie usinf the
EXTFILE.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
can you debug ile rpg program using isdb?
Interviewer asked me write down DDS for load all subfile .can anybody write dds
how do I play {insert rpg system here}?
how do I preserve and clean the array?
what is the procedure and explain about real time scenario.
if there is a module object , how to find the program object for this module object.Assume the module object name and program object name is not same.
how can you display specific subfile page on the screen in unequal subfile?
How would display prime numbers using CL program?
what is an online rpg?
How to create a login screen using a command instead of display file.... intention is to get a password field on a command..... how do you achieve this...
How to declare the pull button in AS/400..
what is *place and *auto keyword in prtf ?plz explain
How many program bind in one module....
how can I tell when to replace the array?
What is ment by record level identifier?