| Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Start Import into OnDemand (STRIMPOND) command allows you to import data into OnDemand. This command is used only if you have migrated your index data to an alternate media (such as optical or tape), which is not recommended, but may be necessary in some cases.
| Top |
| Keyword | Description | Choices | Notes |
|---|---|---|---|
| APPGRP | Application group | Character value | Required, Positional 1 |
| IDXTBL | Index table to import | Character value | Optional |
| 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 |
| Top |
Specifies the name of the application group to be used in the import process.
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.
Note: The application group to use is available from the system log message that requests the index data to be imported.
| Top |
Specifies the table name that contains index data to import.
Note: The table name to use is available from the system log message that requests the index data to be imported.
| 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 import the data 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
STRIMPOND APPGRP(CHECKSTMTS) IDXTBL(CAA4)
This command submits a job to batch to import back to disk the migrated CHECKSTMTS index data. This command example uses the default OnDemand instance called QUSROND, and the default job description called QOND400.
Example 2: More Complex Example
STRIMPOND APPGRP(CHECKSTMTS) IDXTBL(CAA4) INSTANCE(ACCTING)
SBMJOB(*NO)
This command is similar to Example 1 but runs interactively and uses the ACCTING instance.
| Top |
*ESCAPE Messages
| Top |