Property | ST | Description |
---|---|---|
MessageFile | T | You can designate a message file to write errors to when loading a database. To select the message file, navigate to the drive, directory path, and file. Then click OK. |
Null Indicators | T | Generate Null indicators. The default is true. |
OtherOptions | T | Use the OtherOptions Property to enter additional text options. For the OtherOptions property, enter options in the text box, and click OK. |
SaveCount | T | The SaveCount property is set to prevent total loss of data from a failed Load operation. You set SaveCount to create a consistency point at a specified number of rows that are loaded then if the LOAD operation fails, the rows that were saved prior to the failure are not rolled back. The benefit of specifying this parameter is only realized in a recover situation where you can restart the load from a consistency point. The default for SaveCount is zero, indicating no consistency points. |
System Type | T | Type of DB2 system. The default is "other" which includes Linux, DOS, and Windows. The other option is MVS, which is MVS (EBCDIC) DB2. |
WarnCount | T | Use WarnCount to set the number of warnings returned by the utility before a load operation is forced to terminate. The load operation stops after the Warncount number is reached. By using the WarnCount you can fix problems that occur early in the process without waiting for the entire Load to complete. The default is set to zero. |
Control File | ST | File containing load commands. There is no default. |
RecordSeparator | ST | A DB2 Loader target file is presumed to have a carriage return-line feed (CR-LF) between records (default setting). To specify some other characters for a record separator, click Record Separator and select the desired record separator in the list. The choices are carriage return-line feed (CR-LF), line feed (LF), and no record separator (None). Note: When the unload file is from a mainframe system, the data is in EBCDIC and there is no record separator. In these cases, the record separator is saved and loaded as None. When the unload file is not from a mainframe system, the record separator property can be set and saves and loads correctly. |
CodePage | ST | This translation table determines which encoding to use for reading and writing data. The default is ANSI, the standard in the US. |