CL Command Reference - RMVVIRDAR
CL Command List > RMVVIRDAR Reference
Description:
The Remove from CM for OnDemand (RMVVIRDAR) command removes the specified OnDemand report from Content Manager for iSeries.
Examples:
Example 1: Simple Example
RMVVIRDAR REPORT(CHECKSTMTS) VERSION(01) RPTDATE(20020101)
RPTSEQ(001)SBMJOB(*NO)
This command runs interactively to remove existing OnDemand Spool File Archive report indexes from Content Manager (previously known as VisualInfo or VI) for the OnDemand report definition named CHECKSTMTS for the particular date specified.
Example 2: More Complex Example
RMVVIRDAR REPORT(CHECKSTMTS) VERSION(01) RPTDATE(20020101)
RPTSEQ(001)JOBD(MYCMLIB/MYCMJOBD)
This command is similar to Example 1 but is submitted to batch using the specified job description instead of the default OnDemand job description.