The insert/report or insrep command inserts a report definition into the database. The insert/report or insrep command will read a text file containing one or more report definition modules and add them to the database. insert/report or insrep adds report definition into the SCHEDULE REPORT directory.
Windows/OpenVMS
insert/report report_name file_name [/qualifiers]
Windows/OpenVMS
insrep report_name file_name [-qualifiers]
/[no]confirm or -[no]confirm
/[no]log or -[no]log
/node or -node=target_nod
Windows:
Schedule> insert/report \report\schedule_user_by_comment_132 c:\tmp\report.txt
OpenVMS:
Schedule> insert/report [report]schedule_user_by_comment_132 disk$boot:[TWAYNE]report.txt
UNIX/Linux:
Schedule> insrep /schedule_user_by_comment_132 /usr/users/mwayne/report.txt
/[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.
/[no]log or -[no]log
The log qualifier causes each completed operation to issue a note to the user.
/node or -node=target_node
The NODE qualifier specifies what NODE (either local or remote) you want the operation performed on.