file.endOfData()
This method returns a specific database file's end of file state.
Return Value
A Boolean value indicating the end of file state.
Example
Conditional logic using end of file state
myfile.fetchNext();
if (!myfile.endOfData())
doSomething();
RPG Equivalent
%EOF(file_name)
Requirements
This API requires the Profound.js Connector module.
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!