Explain the access path in AS400. Are they important? Why are they used in the application?
What are the different types of access paths available in the AS400 system and how can we maintain access paths?
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.
An access path specifies how records from a database file are fetched. We can create permanent access paths such as PF/LF or temporary access paths using the command OPNQRYF.
There are two types of access path
You can specify the access path maintenance (MAINT) parameter. If a member of a file is opened, then the system maintains the access path for that member when changes are done to its stored data. However, there are chances that more than one access path might exist for the same data, therefore changing data in one member of a file might cause changes in the access path for other members of a file that are not currently opened. We can maintain access paths of all members of a file in the following ways: