What is the difference between a Physical File & a Logical?
Answer Posted / aa
members of physical file contains actual records.. where as
logical file does not contain data, it provides a view of
the data stored in to the physical files. LF contains only
an index to the data stored into the physical files.
| Is This Answer Correct ? | 191 Yes | 21 No |
Post New Answer View All Answers
what is a program described file in rpg?
What is access path in as400?
how to define to define a hidden filed in dspf ?
what are dds required for subfile?
is their a difference in cobol400 for the release 5.2 and 6.1 at the as400.
how can I start a page in a new window?
how many levels are there in a physical file?
What is diff between EVAL & MOVE?
distinguish between terminating a program through seton lr and return?
what is maximum number of arrays allowed in rpg?
how can database records be read without lock ?
How to convert a spool file to PDF file in AS400?
describe the difference between the dowxx and douxx operations?
what is the command to know key fields of file?
Pose, there are 100 records in the file.i need to retrieve all the records matching/equal to the particular name field. How can we do the above using search criteria other than using the if cond?