Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A Boolean value indicating the end of file status set by the most recent file operation.

Example

Code Block
languagejavascript
myfile.fetchNext();
if (!pjs.endOfData())
  doSomething();

RPG Equivalent

%EOF()