Try the following control file

LOAD DATA
INFILE 'sqltestload.DAT'
APPEND
INTO TABLE abc
(col1 position(1:5) CHAR,
col2 CONSTANT "D")