Datasource, Deleteonerror, Discards – HP Neoview Release 2.4 Software User Manual
Page 50: Datasource deleteonerror discards
Applies only to date values in source records for a load operation. This option is ignored for
extract operations.
When a date value is to be interpreted according to a data format specified in the control file and
the data format uses a two-digit year instead of a four-digit year, the crossoveryear specifies
the year the century changes from 20 back to 19.
number
must be an integer in the range from zero to 99.
For example, to specify that all two-digit years below 50 be under the century 20, and all years
greater than or equal to 50 be under century 19:
crossoveryear = 50
datasource
datasource = "datasource_name"
The default value is “Admin_Load_DataSource”. Enclose the data source name in double
quotes (").
Specifies the data source name for JDBC connections to the Neoview system.
datasource_name
must be a server-side data source defined on the Neoview system.
Example:
datasource = "LOAD01"
Specifies a data source named LOAD01.
deleteonerror
deleteonerror = "true" | "false"
The default is “false”.
For an extract operation: when this option is set to “false”, Transporter does not delete target
files or intermediate files when the operation terminates due to an error.
For an extract operation: when this option is set to “true”, Transporter deletes target files and
intermediate files when the operation terminates due to an error.
See the description of the
option for more detail on intermediate files
created by Transporter.
This option is ignored for load operations.
For extract operations where the target is a named pipe, this option applies only to intermediate
files. Transporter never attempts to delete target pipes.
discards
discards = number
The default value is 1000.
The minimum value is 1.
The maximum value is 100,000.
50
Control File Options