| Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
| Top |
| Keyword | Description | Choices | Notes |
|---|---|---|---|
| APPGRP | Application group | Character value | Required, Positional 1 |
| RPTID | Report ID | Character value | Required, Positional 2 |
| INSTANCE | Instance | Character value, *DFT | Optional |
| STRSVR | Start instance server | *NO, *YES | Optional |
| SBMJOB | Submit to batch | *YES, *NO | Optional |
| JOBD | Job description | Qualified object name | Optional |
| Qualifier 1: Job description | Name, QOND400 | ||
| Qualifier 2: Library | Name, QRDARS, *LIBL, *CURLIB | ||
| ERROPT | Error option | *FRCRMV, *NOFRCRMV | Optional |
| Top |
Specifies the name of the application group that contains the report to be removed.
This is a required parameter.
Note: Position the cursor in the application group parameter entry and use the prompt (F4) key to view the list of application group values that are available for the default (*DFT) instance.
The default instance is specified in the QDFTINST data area. The QDFTINST data area can exist in multiple libraries. A search for the QDFTINST data area is performed using the library list. The first data area found will be used. If the QDFTINST data area is not found using the library list, the QUSRRDARS library will be searched for the data area. If the data area exists in the QUSRRDARS library it will be used. If the QDFTINST data area is not found, instance QUSROND is used.
If the value to be entered contains lower case letters, blanks, or special characters, it must be enclosed in apostrophes.
| Top |
Specifies the report ID of the report to be removed.
The report ID is in the form of "1220-1-0-8FAA-9939-9345", where the "1220" is the internal application group identifier, "1" is the primary storage node, "0" is the secondary storage node, "8FAA" is a counter, "9339" is the first (internal) date in the report file and "9345" is the last (internal) date in the report file. The report ID is also known as the load ID.
Note: The report id can be found in the system log file.
This is a required parameter.
| Top |
Specifies the name of the OnDemand instance to use.
| Top |
Specify to start the instance server if it is not currently active.
| Top |
Specify if you want to remove the specific report 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 |
Force the removal of the report even if the report ID is not found in the system log.
| Top |
Example 1: Simple Example
RMVRPTOND APPGRP(CHECKSTMTS) RPTID('1220-1-0-8FAA-9939-9345')
This command submits a job to batch to remove an archived spooled file from the OnDemand Common Server application group called CHECKSTMTS with a load id (also known as report id) as shown. The command assumes the archived data is to be removed from the QUSROND instance since no instance name was specified.
Example 2: More Complex Example
RMVRPTOND APPGRP(CHECKSTMTS) RPTID('1220-1-0-8FAA-9939-9345')
INSTANCE(ACCTING) SBMJOB(*NO)
This command is similar to Example 1 but runs interactively and specifies a specific instance from which to remove the archived report.
| Top |
*ESCAPE Messages
| Top |