s*********y 发帖数: 34 | 1 Q42
The following SAS program is submitted:
data WORK.ONE;
Text='Australia, US, Denmark';
Pos=find(Text,'US','i',5);
run;
What value will SAS assign to Pos? Answer = 12
Q-43:
PUT()and INPUT() 有什么不同?
Q-44:
The following SAS program is submitted:
data ONE TWO SASUSER.TWO
set SASUSER.ONE;
run;
Answer =D.
there is an error and no new data sets are created/ 我觉得是2个temporary (
One TWO) and 1 个 permanent dataset(SASUSER.TWO) | k*******a 发帖数: 772 | | T****n 发帖数: 2195 | 3 SAS BASE 太水了。。。。。。长此以往,这还有价值吗?
已经沦为SAS公司挣钱的工具了,向万恶的ETS靠拢了 。。。。。。
【在 s*********y 的大作中提到】 : Q42 : The following SAS program is submitted: : data WORK.ONE; : Text='Australia, US, Denmark'; : Pos=find(Text,'US','i',5); : run; : What value will SAS assign to Pos? Answer = 12 : Q-43: : PUT()and INPUT() 有什么不同? : Q-44:
|
|