Incode Systems Home Page Incode Systems, Inc.


(Page) MOREDATA (Variable)



The variable MOREDATA is set to TRUE when a data file is opened and set to FALSE when processing the last data record of the file.

This variable may be used with an .IF block to produce an "end of job" trailing block:

.IF &MOREDATA&=FALSE This will be printed only after all data has been processed. .IF