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 |
what is the difference between packed decimal and zoned decimal?
What are all the different types of access path?
What are the record format field mapping options in cpyf?
what is sflinz and sflrna?
function of DSPPGMREF?
i have two pfs it contains "Status" fields in the same name "status in both the pf's...But i used the same name in display file...when i enter a status thru disp file it willbe added to pf1...so i want to rename "Staus " field in pf2 through program...............wat will do..give coding?
in which specification the report layout can be defined?
hi guys i am new for sqlrpgle, please suggest me good websites and theory and coding. plz plz its very urgent.
how do you read changed records backward in subfile?
What is the difference between crtdupobj and copyf?
How do you combine two record formats in RLU ?
what are two types of record are used in subfile?