What is the multi-format logical file in AS400? How does it differ from a normal Logical file and where do we use the multi-format logical files? Provide an example of the DDS source to create a multi-format LF.
Sorry, you do not have permission to ask a question, You must login to ask a question.
Sorry, you do not have permission to ask a question.
A multi-format logical file contains more than one record format. Since all formats share the same RRN, their key fields must match.
A multi-format logical file comprises two or more physical files with different record formats.
Example of multi-format logical file: Let’s take two PFs, PF1 and PF2. Their DDS are as follows: DDS source for PF1
DDS source for PF2
Let’s write the DDS source for multi-format logical files using PF1 and PF2 with record formats RFMT1 and RFMT2.