Messages similar to the following might occur when you attempt to append into a DB2 table with a BIGINT column
To work around this issue, use the DBSASTYPE= data set option to allow the loading of a large character field into a BIGINT data type in DB2.
This appends a SAS data set into a DB2 table. DBSASTYPE= simply changes the description of a table. Traditionally, DBSASTYPE= is used only in reading data, but in this situation, it can be used for appending to a database table.