Previous Topic

Next Topic

Insert a report definition (insert/report or insrep)

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]

Qualifier Summary

/[no]confirm or -[no]confirm

/[no]log or -[no]log

/node or -node=target_nod

Examples

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

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.

/[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.

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)

Extract a report definition (extract/report or extrep)

Generate a report (report)

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