What is the OPEN and CLOSE accesspath?
Answers were Sorted based on User's Feedback
Answer / abhay sharma
OPEN data path is the path which can be used by all the
files used in the PGM, we can think Open data path as a
bridge B/W File and Program.
This is the attribute of file which we specify when compile
the source this will ensure whether file will use ODP in
the program or will create seprate.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / swetha p rao
As far as i know ,there are two types of access paths
Arrival Sequence and Keyed sequence access paths.
OPEN and CLOSE are two opcodes used in file handling.
Please correct me if i am wrong.
| Is This Answer Correct ? | 8 Yes | 4 No |
Answer / saravan
There are threee types of accesspath.
1)Arrival
2)Keyed
3)Maintenance - (i) *IMMED - Immediate no duplicates.
(ii) *DLY - Even after closing, access path
info recorded and reactivated again.
(iii) *REBLD - Details from *DLY used to
rebuild the acess path.
OPEN data path is the path which can be used by all the
files in a PGM, Open data path is like a
bridge between file and Program.
This is the attribute of file which we specify when compile
the source this will ensure whether file will use ODP in
the program or will create seprate.
| Is This Answer Correct ? | 1 Yes | 3 No |
How can we know running job is batch or interactive?
how do u track msg in cl pgm???
what is the difference between do while and do until?
purpose of pannel group??/
In RPG program one file using as a PRIMARY file while running program some of the records reading twice any body know why its happening
what is edit word and edit code
parameters cannot be passed in which one???
What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?
Interviewer asked me write down DDS for load all subfile .can anybody write dds
The RP program is displaying records 11 times .But there are 10 records in a pf.(ie last record is displayed twice).How to display records only 10 times?
suppose we have 10 members in physical file and i have to use 4 out of 10 so how can we read this in RPG
What is the significance of UDATE?