HP Neoview Release 2.5 Software User Manual
Page 49
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:
•
•
•
•
•
•
•
•
•
•
•
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