You load using ASC for the "OF filetype" parm and METHOD L which is used to specify the start and end column numbers from which to load data. See the command reference for more information.
Here is a partial example from the manual:
db2 load from ascfile1 of asc modified by striptblanks reclen=40
method L (1 20, 21 22, 24 27, 28 31)
insert into table1 (col1, col5, col2, col3)