data dzhenwen;
infile 'e:\zhwen.txt';
do i=1 to 10 ;
if i=7 then
input x$4.@@ ;
else;
input x$2.@@;
drop i;
output;
end;
list;
cards ;
run;
-------------------------------------------------------------------------------------------------------------------------------------------
版权归: huhu+, Email:
276741521@qq.com
评论: 程序没有完成需要的目标,仅仅是做了我们给的例子,没有完成我们给的txt文件!
从程序可读性看一般。
参与性高,给予参与奖+热心分5
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
上面是暂定的。最终结果将结合论坛会员的评论做最后的结论。