Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Add to CM for OnDemand (ADDVIRDAR) command will add existing OnDemand report indexes into Content Manager for iSeries as external data references. The Add to CM for OnDemand (ADDVIRDAR) command adds the indexes to a Content Manager for iSeries interface file (EKD0314).
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
REPORT | Report name | Character value | Required, Positional 1 |
VERSION | Version | 1-99, *HIGHEST | Required, Positional 2 |
RPTDATE | Report date range | Element list | Required, Positional 3 |
Element 1: From date | Character value, *AVAIL, *CURRENT | ||
Element 2: To date | Character value, *CURRENT | ||
CALLVI | Call CM for iSeries program | *YES, *NO | Optional, Positional 4 |
SBMJOB | Submit to batch | *YES, *NO | Optional |
JOBD | Job description | Qualified object name | Optional |
Qualifier 1: Job description | Name, QRDARS400 | ||
Qualifier 2: Library | Name, *LIBL, *CURLIB |
Top |
Specify the name of the report(s) that you want to integrate into Content Manager for iSeries.
This is a required parameter.
Note: If you press the F4 key for this parameter while prompting the command, a list of all the valid entries is presented to you.
Top |
Specify the version of the report(s) that should be integrated.
Top |
Specifies the earliest and latest dates of the report(s) that should be integrated.
Element 1: From date
Element 2: To date
Top |
Specify if you want to call the QVIXRFINX program to complete the addition process for the report(s) into Content Manager for iSeries.
The QVIXRFINX program adds all OnDemand report indexes which have been placed in the Content Manager for iSeries interface file into Content Manager for iSeries.
Note: For an OnDemand report to be available for retrieval from the Content Manager workstation client, the QVIXRFINX program must be called to add the OnDemand report indexes into Content Manager for iSeries.
Top |
Specify if you want to integrate the reports interactively or in a batch job.
Top |
Specifies the name of the job description used for the submitted job.
Qualifier 1: Job description
Qualifier 2: Library
Top |
Example 1: Simple Example
ADDVIRDAR REPORT(CHECKSTMTS) VERSION(*HIGHEST) RPTDATE(20020101 20020101)SBMJOB(*NO)
This command runs interactively to add existing OnDemand Spool File Archive report indexes to 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
ADDVIRDAR REPORT(CHECKSTMTS) VERSION(*HIGHEST) RPTDATE(*AVAIL *CURRENT)
This command submits a job to batch that will add existing OnDemand Spool File Archive report indexes to Content Manager (previously known as VisualInfo or VI) for the OnDemand report definition named CHECKSTMTS. Spooled file index records are added to Content Manager for all available dates.
Top |
Top |