User Guide > Objects > Working with Objects > Extended Report for Script

Extended Report for Script

The extended report contains the task's entire script. This includes the contents of all includes (header, trailer, user-defined Includes, etc.), pre script, script and post script. Comment lines are not logged.

The respective segments of the extended report form a block. There is a beginning and end line which are marked with four asterix. The first line contains information, for example the creation date of an Include or the client from which the Include is used. 

Creating extended reports can be suppressed per script statement for part of the script. All script lines between :EXT_REPORT_OFF and :EXT_REPORT_ON are not logged. This also affects the contents of  Includes, which are called in the suppressed script lines. A comment line is created stating the number of suppressed script lines.

For Includes, which are called with the script statement :INC, the creation of extended report can also be suppressed with the parameter EXT_REPORT_OFF. The contents of the Include is not logged. A comment will be output in the extended report.

 

See also:

About Extended Reports