Have a join logical file with more than one members with
different record formats. So how can we read the different
members from this file and also how we can read the
different record format from the join logical?
Answer Posted / pankaj
You can specify only one record format in a join logical
file.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How to write record if no field or the field are different in physical file in rpgle ?
How to handle duplicate error handling in RPG?
How do u design a physical file, when you have 2 Unique fields like for eg in A student file student ID and student examination no both are unique
What is the difference between copybooks and subprocedures in as400?
can I touch the array during treatments?
Explain mdt?
what is the necessary keyword needed to scroll subfile records?
can you debug ile rpg program using isdb?
How to declare the pull button in AS/400..
How would display prime numbers using CL program?
what is the procedure and explain about real time scenario.
how can you display specific subfile page on the screen in unequal subfile?
If my rpg program has a date field, what extra care I have to take while compiling that rpg program? If the file is keyed and I have declared the file as well as key list properly in my program. Still am getting an error message like "chain/reade operation is not allowed" what may be the case?
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.
what is the difference between do while and do until?