Create a conversion unload job
Use the syntax shown in Specification-file conventions to create a conversion unload job from a specification file.
Use the following syntax
to create a conversion unload job:
BEGIN OBJECT UNLOADJOB jobname
# Compulsory Attributes
PROJECT projectname
DEVICE device_array_name
MAP mapname
FILTER filtername
SERVER targetservername
DATABASE targetdatabasename
REJECTFILE rejected_records_filename
LOGFILE job_progress_logfilename
ISOLATIONLEVEL isolation_level
MAXERRORS max_error_num
END OBJECT
The following table lists the arguments
and their attribute values.
Attribute | Attribute value |
---|---|
device_array_name | Device-array name You must create the device array; onpladm does not create it for you. |
filtername | Filter name |
isolation_level | Unload isolation level:
|
jobname | Job name |
job_progress_logfilename | Path to the job-progress log file |
mapname | Map name You must create the map before you use this option; onpladm does not create the map for you. |
max_error_num | Maximum number of errors; if exceeded, unload ends |
projectname | Name of an existing project |
rejected_records_filename | Rejected-records file name (rejected by database server) |
targetdatabasename | Name of the database that the records will be loaded or unloaded to; if set, this value overrides the database value in the load or unload map |
targetservername | Name of the target database server |