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
/[no]log or -[no]log
/[no]confirm
/node or -node = target_node
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.
/[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.