Restart an Insert Process that ended abnormally. Use the
following process parameters:
- Specify the Control File generated during Insert
processing. In this example, use TEMP.CF.
- Write results to an output file named RESTART.TXT.
- Assign a discard row limit of 100 rows.
- Assign a commit frequency of 2000 rows.
- Display prompts and error dialogs during the process.
To run this request from the command line, specify:
PR0CMND /RESTARTRETRY CONTROL=TEMP.CF OUTPUT=RESTART.TXT DISCARD=100 COMMIT=2000 QUIET-