Incorporates text from other files into the current source file during compilation but the requested file is included only if it has not been included already.
%XINCLUDE filename[,filename]…;
The specified filename is used to locate a text file whose content is inserted into the program text in place of the %XINCLUDE statement.
%XINCLUDE is very similar to %INCLUDE because it incorporates text from other files into the current source file during compilation but the difference is that the requested file is included only if it has not been included already.
%XINCLUDE 'FILE1','FILE2',(FILE3),(FILE4);
None.