Can somebody tell me that, Is it possible to read all the
member of PF without OVRDBF?
Answer Posted / raju
fFile if e disk extfile(File Name) usropn
f extmbr(mbrnam)
d mbrnam s 10
d File Name s 20
file declared as external member in pgm we read the records
from member with out doing ovrdbf.
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of record level identifier?
How to call one program from another program in RPG? please help me with the code
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
what is the difference between do while and do until?
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.
do you use message subfiles? What are the necessary keywords required coding a message subfile?
When it is desirable to describe files Internally?
What is the difference between iter and do?
are there any useful c runtime apis that I can call from rpg iv?
What is file identifier where we can use?
What is a record lock error?
Hi Viewers can any body explain me how to update and ahange the already existed data in physical file using subfile ? please explain me with the code if possible?
how can I tell when to replace the array?
during execution, an rpg/400 program automatically follows a sequence of operations for each record that is processed. The built-in program cycle includes the following logical steps.
what is an online rpg?