Fixed-length format control file example
Following is an example of a fixed-length format control
file:
{
outputdir /home/nzuser
crinstring 'true'
ctrlchars 'true'
decimaldelim '.'
format fixed
recordlength 10
maxerrors 0
tablename refnull
layout ( fld1 bool 1_0 bytes 1 , fld2 char(5) bytes 5 , fld3 char(4)
bytes 4)
}