[quote="jingju11":27l7c00k]you have incompatible length definition and assigned value for variable X in the data step for data A. There is nothing to do with PROC APPEND.
Jingju[/quote:27l7c00k]
再次谢谢了,现在已经成功了,把 a 和 b 中的 length x 3 分别改成了 format x $6. 及 format x $3.;
只是不清楚 force 既然在长度不同时,能起到强迫添加的作用,为啥不在字符型和数值型之间也来点这个,因为往往很多字符型数字变量,在后面的很多过程中要参与运算,这样一来不就方便许多了吗!