what is difference between accespath and datapath?
what is the difference between accespath and open datapath?
Answers were Sorted based on User's Feedback
Access Parh: Describes the Order in which records are to
be retrieved i.e Sequential Access path ,Keyed Access path.
Open Data Path: Provide the way for more then one program
in the same job to share the same file information like
file pointer position, storage area.
It is quite useful to improve the performances and reduces
the open/close file.
| Is This Answer Correct ? | 14 Yes | 1 No |
Answer / abhishek bajpai
U can understand it like...access path is internal to file
and data path is external to it.
Access path is the order in which the records in a file are
retrieved. Whereas the datapath is the connection between
the program and the database file.
So if a program is using the data basefile, it connects to
the file by using the datapath (which can be share also)
and then retrieves its records based on the order requried
using the access path.
| Is This Answer Correct ? | 8 Yes | 2 No |
how can you detect and handle a record lock situation?
how many types of display are available on as/400 for user interaction?
How to reverse the string in rpg
What is the purpose of USROPN keyword?
What is acronym of RPG?
what is the difference between normal upddta to pf and updating using dfu program?
What is the difference between keys of a Physical file and the keys of a logical file?
2 Answers Bank Of America, BoA,
how you will find an error which is not in the first page of the subfile without using rolldown key?
What does the keyword UNIQUE mean ?
what is term cua , saa?
What is the symbol used for shifting fields in SDA?
Can you summarize the steps I have to go through in writing my first cgi?