Where allowed to run: Interactive environments (*INTERACT *IPGM *IREXX *EXEC) Threadsafe: No |
Parameters Examples Error messages |
The Work with Admin for OnDemand (WRKADMRDAR) Command allows you to administer the OnDemand product. You can work with reports, report extensions, report groups, policies, overlays, and object control table entries.
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
TYPE | Administrator function | *REPORT, *RPTEXT, *RPTGRP, *RPTOVL, *RPTCOL, *OBJCOL, *OCT, *RPTPCY, *OBJPCY | Required, Positional 1 |
REPORT | Report name | Generic name, name, *ALL | Optional |
RPTEXT | Report extension name | Generic name, name, *ALL | Optional |
RPTGRP | Report group | Generic name, name, *ALL | Optional |
RPTCOL | Report policy | Generic name, name, *ALL | Optional |
RPTOVL | Report overlay | Generic name, name, *ALL | Optional |
OBJCOL | Object policy | Generic name, name, *ALL | Optional |
OCTLIB | OCT library | Generic name, name, *ALL | Optional |
Top |
Specifies the type of administration to be performed.
This is a required parameter.
Note: This value can only be specified if the Content Manager OnDemand Spooled File Archive is installed.
Note: This value can only be specified if the Content Manager OnDemand Spooled File Archive is installed.
Note: This value can only be specified if the Content Manager OnDemand Spooled File Archive is installed.
Note: This value can only be specified if the Content Manager OnDemand Spooled File Archive is installed.
Note: This value can only be specified if the Content Manager OnDemand Spooled File Archive is installed.
Note: This value can only be specified if the Content Manager OnDemand Object Archive is installed.
Note: This value can only be specified if the Content Manager OnDemand Object Archive is installed.
Top |
Specifies the name of the report definition that you want to work with.
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 |
Specifies the name of the report definition extension that you want to work with.
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 |
Specifies the name of the report group that you want to work with.
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 |
Specifies the name of the Report Policy for which entries are shown on the Work with Report Policies display.
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 |
Specifies which report overlays are shown on the Work with Report Overlays display.
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 |
Specifies the name of the object policy for which entries are shown on the Work with Object Policies display.
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 |
Specifies the name of the library for which Object Control Table (OCT) entries are shown on the Work with Object Control Table display.
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 |
Example 1: Simple Example
WRKADMRDAR TYPE(*REPORT)
This command example initiates the OnDemand Spool File Archive administrative functions for all report definitions (*REPORT). Other administrative functions that can be specified include report extensions (*RPTEXT), report groups (*RPTGRP), report overlays (*RPTOVL), report migration policies (*RPTPCY), and object migration policies (*OBJPCY).
Example 2: More Complex Example
WRKADMRDAR TYPE(*REPORT) REPORT(C*)
This command is similar to Example 1 but provides a generic value for the report definition name to subset the list of report definitions with which to work. Each administrative function described in Example 1 allows the entry of a specific name, a generic name, or *ALL.
Top |
Top |