12. Report-Writer Statements : Report Setup Statements : .Include Statement—Import Files that Contain Report-Writer Code : Examples
 
Share this page                  
Examples
1. Include a file in current directory.
.include otherrep.rw
2. Include a file name with full path name.
Windows:
include \direct\subdirect\otherrep.rw
UNIX:
.include /direct/subdirect/otherrep.rw
VMS:
.include '[direct.subdirect]otherrep.rw'