what is difference between accespath and datapath?
what is the difference between accespath and open datapath?
Answer Posted / s.kumar
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 |
Post New Answer View All Answers
In AS/400 projects in Companies whats the meaning of production support team.what production support involves.also what work does development,maintenance involve what are the other teams or processes that are available for as400 project.
Apart from opening of a file do we have any other use of USROPN?
what is the purpose of putovr (put with explicit override) keyword?
Hi,Can any body give the code for the below mentioned quetion.?Im trying to get coding in with easily inderstanding.Plese give me the coding for this? 1.How would you achieve this requirement with out using RPG/RPGLE pgm,but by using only CL?Read a database file and display file contents on the screen when enter key pressed the next record should be displayed on screen.When the last record is reached or when F3 key is pressed the program should exit if the file is empty,a message should be displayed indicate that there are no records to display. Database file Name=EMPDBF Fields in EMPDBF to be displayed on screen Employee Number- EMPNUM(5,0) Employee Name- EMPNAM(30,A) Employee Address-EMP ADDR(50 A)
define the purpose of the %sst function?
WHAT IS AS/400 SYNORIO?
difference between sflrcdnbr and sflnxtchg?
Write a CL program which will run a batch job at 1 am every night
What is file information data structure(infds) in as400?
can you have multiple key lists for a single file ?
what is a physical file?
records can be read/update/deleted with which file?
what key word is used when screen is re-display?
What is access path in as400?
can a indexed file be accessed in arrival sequence in rpg program?