What is the OPEN and CLOSE accesspath?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Set on command is used for closed all opened files , initialize var and release resource , return cmd is used for return to calling program but my req. Is dnt close opened files and resource must released while doing transactions , how can i do this...?

1462


what is the difference between do while and do until?

706


how do I preserve and clean the array?

675


how do I play {insert rpg system here}?

585


What is difference between bind by copy and bind by reference?

1730






How do u design a physical file, when you have 2 Unique fields like for eg in A student file student ID and student examination no both are unique

548


which program rpg or cl is efficent to update a transaction onto a database file and why ?

747


what is file information data structure?

1374


what happens when sflsiz = sflpag? What are the advantages and disadvantages?

709


How to write record if no field or the field are different in physical file in rpgle ?

490


thanks mr.Harshad R Suryawaunshi,i'm new to as400 i think you are telling in rpgile i know only rpg400 if possible can you tell in rpg400

1895


What are the types of identifiers?

572


how do you use commitment control in rpg?

757


how does the rpg element work?

716


Please tell me how to read the records from a file with load an array of size with error conditions(The logic answer for this question is ARR is array of 99 elements Z-ADD 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN99 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO).So,Please give me the complete of this code.

2051