what is difference between accespath and datapath?
what is the difference between accespath and open datapath?
Answer Posted / 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 |
Post New Answer View All Answers
How to reverse the string in rpg
can we use ASCII ,CDUP,SENDPASV commands in SFTP?
Service Program : S1 Modules in S1 : M1 M1 having two procedures : ADD, SUB Current Binder Language STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") ENDPGMEXP Doubt: I need to add one new Module to the Service Program M2 having one procedure ‘MULT’ How to add this new module to the service program S1 ? If I need to recreate the service program again, Do I need to mention the Module M1 again while recreating along with new Module M2? There is no Binding Directory. Binder language structure will be like this STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") EXPORT SYMBOL("MULT") ENDPGMEXP STRPGMEXP PGMLVL(*PREVIOUS) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") ENDPGMEXP
What is %CHECK?
Why we are not able to perform insert delete and update operation in Join logical file?
what is a composite key?
if dspatr(pc) and csrloc were specified for a format, which keyword would have priority?
how many levels are there in a physical file?
how to get the cursor position?
what are the basic features of seu?
what is the maximum number of record formats in dspf?
what is cab?
What is compiler directive in as400? Give example of compiler directive.?
What Does 'sr' In Columns 7-8 Of C Specs Mean?
which cl command can be used at program execution to redirect the file named in an rpg program?