boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - 一道SAS考试的练习题
相关主题
pro freq +table
Base sas/If else questions
SAS ODBC连接MySQL安装过程小结
SAS question:Please give me your suggestions!
SAS proc format的问题
请教两个关于SAS的问题
How to import/Export XML file by SAS?
SAS不能导入EXCEL2003的数据!
请教大家一个SAS使用mapped drive的问题
请问SPSS 或者 SAS中变量名的变换 AABB - BBAA
相关话题的讨论汇总
话题: output话题: data话题: region话题: sets话题: sas
进入Statistics版参与讨论
1 (共1页)
z*********o
发帖数: 541
1
The following SAS DATA step is submitted:
data sasdata.atlanta
sasdata.boston
work.portland
work.phoenix;
set company.prdsales;
if region = 'NE' then output boston;
if region = 'SE' then output atlanta;
if region = 'SW' then output phoenix;
if region = 'NW' then output portland;
run;
Which one of the following is true regarding the output data sets?
A. No library references are required.
B. The data sets listed on all the IF statements require a library reference.
C. The data sets listed in the
z*********o
发帖数: 541
2
没有看懂这道题,它是考的哪个知识点呢?
p********h
发帖数: 544
3
这是白送分得题。考的是LIBNAME啊,老大。赶紧好好复习。

【在 z*********o 的大作中提到】
: 没有看懂这道题,它是考的哪个知识点呢?
1 (共1页)
进入Statistics版参与讨论
相关主题
请问SPSS 或者 SAS中变量名的变换 AABB - BBAA
How to search all data files in a folder?
Proc SQL 能不能直接读 非 SAS format 的数据,txt , csv 等
请问R有没有像SAS的libname那种命令?
help! a sas base problem
后天考ADV,请教一题
笨人sas/excel 问题
SAS快捷键问题
请教两道SAS BASE123 的题目
一个SAS 和 SQL server 问题
相关话题的讨论汇总
话题: output话题: data话题: region话题: sets话题: sas