Reporting : Batch Documentation Facility : Available commands : DOS: Manage the formatting process : Changing the current report path
  
Changing the current report path
You can use the REPORTPATH subcommand to temporarily change the path to access report to include in a document.
Syntax
DOS { REPORTPATH path-name }
The path-name is the full path specification for the new report path.
All command sequences following this subcommand will relate only to the new report path, until you use the subcommand again to point to another report path.
If the path contains spaces, enclose the entire path in quotes. For example:
DOS { ENCYCLOPEDIA "C:\SYSARCH\ SAMPLE REPORTS" }
The path name must be 80 characters or less.
Example
To change to the REPORTS path, that is located in the SYSARCH directory, on the C:\ drive use the following syntax:
DOS { REPORT C:\SYSARCH\REPORTS }
To switch back to the report path that was selected when the DCF command file was initialized use the following syntax:
DOS { REPORTPATH "" }
See also
DOS: Manage the formatting process