/
pjs.endOfData()
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()
Looking for labels? They can now be found in the details panel on the floating action bar.