Answers

Question and Answer:

  Home  IBM AS400

⟩ Why we sometimes use same file name in FILE and TOFILE in OVRDBF and sometimes different?

In RPGLE if you want to declare the same file in more then

once mode(read/write/update)in this case you can override

the file with different name and declare the same file with

the overriden name.

for example:

In RPGLE if you want to open a file A in two different mode

one is Read and other is Update then you can override the

same file with two different name may be AA and AB and then

declare in your RPGLE program.

 149 views

More Questions for you: