pjs.endOfData()
This API returns the end of file status set by the most recent file operation.
Return Value
A Boolean value indicating the end of file status set by the most recent file operation.
Example
myfile.fetchNext();
if (!pjs.endOfData())
doSomething();
RPG Equivalent
%EOF()
Some documentation pages have recently moved to a new section: Profound AppDev. If you are having trouble finding specific pages, try the documentation search capability or reach out to our Support team!