HP Neoview Release 2.5 Software User Manual

Page 98

Advertising
background image

PHONE = PHONE,
SSN = SSN,
INFO1 = INFO1,
INFO2 = INFO2
)

map2 from dataformat2 to dataformat3
(
FIRST_NAME = FIRST_NAME,
LAST_NAME = LAST_NAME,
ADDRESS = ADDRESS,
ZIP = ZIP,
PHONE = PHONE,
SSN = SSN,
INFO1 = INFO1,
INFO2 = INFO2
)
}

# comment: define 2 separate jobs - one for load, one for extract
# comment: note that load or extract is a job attribute, and cannot be combined into a single job

jobs
{
load1 load options ( parallel = "false" )
(
source src1 target tgt1 map map1
)

extract1 extract options ( parallel = "true" )
(
source src2 target tgt2 map map2
)
}

98

Control File Examples

Advertising