Where allowed to run: Interactive environments (*INTERACT *IPGM *IREXX *EXEC) Threadsafe: No |
Parameters Examples Error messages |
The Work with Security OnDemand (WRKSECRDAR) Command allows you to specify the security for the OnDemand product. Security can be established at the product, report, or key level.
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
TYPE | Security function | *USER, *RPTGRP, *REPORT, *KEY | Required, Positional 1 |
REPORT | Report name | Name | Optional |
VERSION | Version | 1-99, 01 | Optional |
RPTGRP | Report group | Name | Optional |
Top |
Specifies the type of security to process.
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.
Top |
Specifies the name of the report for which you want to define or change the security.
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 for which version of the report you want to define or change the key security.
Top |
Specifies the name of the report group that you want to secure.
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
WRKSECRDAR TYPE(*REPORT)
This command example initiates the OnDemand security functions for all OnDemand reports (*REPORT). Other security types that can be specified include report group security (*RPTGRP), report key security (*KEY), and OnDemand users (*USER).
Example 2: More Complex Example
WRKSECRDAR TYPE(*REPORT) REPORT(CHECKSTMTS)
This command is similar to Example 1 but provides a specific value for the report name to be secured.
Top |
Top |