Previous Topic

Next Topic

Extract a report definition (extract/report or extrep)

The EXTRACT command copies one or a group of report definition modules and writes them into a text file.

Windows/OpenVMS

extract/report [/qualifiers] report_name file_name

UNIX/Linux

extract/report [/qualifiers] report_name file_name

Qualifier Summary

/[no]log or -[no]log

/[no]confirm

/node or -node = target_node

Examples

Windows:

Schedule> extract/report \report\schedule_user_by_comment_132 c:\tmp\report.txt

OpenVMS:

Schedule> extract/report [report]schedule_user_by_comment_132 disk$boot:[TWAYNE]report.txt

UNIX/Linux:

Schedule> extrep /report/schedule_user_by_comment_132 /usr/users/mwayne/report.txt

Note: The module name that is specified can contain wildcards.

Qualifiers

/[no]confirm or -[no]confirm

Confirm requests that the user be prompted prior to any operation to verify that the selected module is the correct one.

/node or -node=target_node

The NODE qualifier specifies what NODE (either local or remote) you want the operation performed on.

/[no]log or -[no]log

The log qualifier causes each completed operation to issue a note to the user.

See Also

REPORT Commands

Copy a report definition (copy/report or cprep)

Delete a report (report/delete or rmrep)

Display a report directory listing (directory/report or lsrep)

Edit a Report definition (edit/report or edrep)

Insert a report definition (insert/report or insrep)

Generate a report (report)

Type the contents of a report definition (type/report or morerep)