In the controlfile, you need to list first the physical fields in the order in which they appear in the file. Afterwards, list the sequences and constants; for example:
Code:
RECORD_NR INTEGER EXTERNAL,
NODE_ID CHAR,
MMSC_ENTITY CHAR,
...etc...(to last field in file record),
EDW_MMSC_ID SEQUENCE(MAX,1) ,
SOURCE_SYSTEM_ID CONSTANT '016' )
"The person who says it cannot be done should not interrupt the person doing it." --Chinese Proverb
Bookmarks