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 many triggers can be associated with a file?
which cl command can be used at program execution to redirect the file named in an rpg program?
What is the use of E specification in RPG?
what is subfile?
What is the use of OVRDBF ?
what is the rpg and cl life cycle?Please tell me any body
what is the use of unique keyword and what level it is defined?
we have 2 PF files with same name, how to copy data's from one file to another through RPG program logic?
Can anybody know what is Pick/Basic? Is it a programming language? can it be used in AS400 machine?
Hi Friends, I need immediately answer for this: Senario is that,I am selecting records from the display and window subfile on the basis of Reason Code and some more fields but spool file not showing the same records which i have selected by display and window subfile. Q.What could be the causes(resons)to not show records properly (just selected in the display file and Window subfile)according the selection criteria of the records. Q.What would be the solutions to show records properly in the spool file just as selected in in the display file and window subfile according to the selection criteria.
how do you read changed records backward in subfile?
How to know the number of records in a pf through clp program?