CL Command Reference - STRIMPOND
CL Command List > STRIMPOND Reference
Description:
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.
Examples:
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.