HP Neoview Release 2.5 Software User Manual

Page 49

Advertising
background image

options

one or more occurrences of job-options, separated by a comma (,). The last job-options
should not use the comma separator.

The options you define at the job level override global options defined in the options section.
The following job options are supported:

“baddatafile” (page 53)

“commitsize” (page 53)

“deleteonerror” (page 54)

“discards” (page 54)

“errors” (page 58)

“faileddatafile” (page 58)

“loadid” (page 59)

“operation” (page 62)

“parallel” (page 62)

“rowsetsize” (page 63)

“truncate” (page 65)

job-entry-list

one or more occurrences of job-entry, separated by a comma (,). The last job-entry
should not use the comma separator.

This specifies a list of job entries for the job. Each entry specifies its own source, target, and
a mapping between them.

Each job entry within a job must specify a unique (sourcename, targetname) pair.

For a load operation, if the parallel option is true and multiple job entries specify the same
target, every mapname specified by those job entries must either be the same, or must use
the same targetformat and identical field-mappings.

source sourcename

Specifies the source of data for the job entry. sourcename refers to a source defined in the
sources

section.

For a load operation, the following source types are allowed:

file

named pipe

JMS (Java client only)

For an extract operation, the following source types are allowed:

JDBC (Java client only)

target targetname

Specifies the target of data for the job entry. targetname refers to a source defined in the
sources

section.

For a load operation, the following target types are allowed:

JDBC (Java client only)

For an extract operation, the following target types are allowed:

file

named pipe

map mapname

Specifies a mapping between the source and target. mapname refers to a map defined in the
maps

section.

Control File Organization and Syntax

49

Advertising