What is the difference between regular logical file and join logical file?
Answer / nitin trivedi
Regular logical file contains more than one record format.
Record format name in regular logical file should be same based on the physical file.
Join logical file contains only one record format.
Record format name in join logical file should be different.
Through logical file we can made changes in physical file.
Through join logical file we can't made changes in physical file.
| Is This Answer Correct ? | 0 Yes | 0 No |
when do you explicitly open files and close files in an rpg program?
how to create physical file
what opcode could be used to test an alphanumeric field for all numeric values?
when would you prefer logical file than opnqryf?
what are the different types of arrays available in rpg ?
What is the difference between physical file and logical file?
What is keyword PFILE specifies ?
What is the use purpose of CRTCMD?
what is data structure?how many types of data structers?
How do you use DEBUG utility?
how can I give more performance to some selected pages?
Is it necessary to define all formats ? Which are mandatory and which are Optional ?