Use this task to run a process directly from the command
line.
To run a process directly from the command line,
specify the following:
PR0CMND /R TYPE=type REQUEST=identifier.name
- PR0CMND
- Type PR0CMND to begin the command line sequence.
Note that the character following PR is the number 0 (zero).
- /R
- Specify /R or –R to run the process.
- TYPE=type
- Enter the command-line keyword TYPE= and
follow with EXTRACT, INSERT, LOAD, or CONVERT.
- REQUEST=identifier.name
- Enter the command-line keyword REQUEST= followed
by the name of the process request.
- To run an Extract Request named MARKET.YTD and display
results, specify:
PR0CMND /R PST=PSTDEMO TYPE=EXTRACT REQUEST=MARKET.YTD
- To run an Extract Request named SALES.MONTHLY and
add the results to an existing output file named PLAN.TXT, specify:
PR0CMND /R TYPE=EXTRACT REQUEST=SALES.MONTHLY OUTPUT=PLAN.TXT+
- To run an Insert Request named MARKET.REFRESH, display
prompts and error dialogs during the process, and write results to
an output file named RESULTS.TXT, specify:
PR0CMND /R TYPE=INSERT REQUEST=MARKET.REFRESH OUTPUT=RESULTS.TXT Q-