第二个改错是关于bed chair sofa的问题。 要注意的点是:
1. 名字大小写的问题。
2 if then 语句。 因为这道题的数据里除了bed chair sofa以外还有其他的产品, 所以在写if then 语句时 应该是:
if product="Bed" then output results.output_1;
else if product="Chair" then output results.output_2;
else if product="Sofa" then output results.output_3;
选择题大多是70题上的。 认真看一下就没啥问题, 没有input@ 那种问题。 还有就是var id by 的问题。 最后两个题是关于macro variable 的,都是如何定义 %let target=8;