boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - 请教SAS BASE 11月真题54题-谢谢了
相关主题
question about proc format
SAS question
请问这个程序的OUTPUT为啥跟我想的不一样。。。。
求问 sas _c_ 什么意思
菜鸟问题:想用R画一个random sequence的图
如何print比较长的column ‘WARNING: Data too long for column; truncated to 92 characters to fi
find distribution paramters only by data mean and std. dev.
model fit的疑难杂症: negative binomial regression 求指点
请教sas code问题
再问个问题,如何从dataset里删除一个data pattern?
相关话题的讨论汇总
话题: retain话题: city话题: statement话题: state话题: assignment
进入Statistics版参与讨论
1 (共1页)
x***i
发帖数: 135
1
Q54
Consider the following data step:
data WORK.TEST;
set SASHELP.CLASS(obs=5);
retain City 'Beverly Hills';
State='California';
run;
The computed variables City and State have their values assigned using two
different methods, a RETAIN statement and an Assignment statement. Which
statement regarding this program is true?
A. The RETAIN statement is fine, but the value of City will be truncated to
8 bytes as the LENGTH statement has been omitted.
B. Both the RETAIN and assignment stat
x***i
发帖数: 135
2
DING 谢谢

【在 x***i 的大作中提到】
: Q54
: Consider the following data step:
: data WORK.TEST;
: set SASHELP.CLASS(obs=5);
: retain City 'Beverly Hills';
: State='California';
: run;
: The computed variables City and State have their values assigned using two
: different methods, a RETAIN statement and an Assignment statement. Which
: statement regarding this program is true?

1 (共1页)
进入Statistics版参与讨论
相关主题
再问个问题,如何从dataset里删除一个data pattern?
新手问个R里vectorization的问题
什么时候r里兴用=赋值的
Just found a wonderful book
[合集] 求问我是该继续computational bio还是转biostat?
一个随机数 a, 它的上限是b, 在0 到b 之间希望a类似于高斯分布. 请问有没有这样的分布.
问个BASE题目
SAS base question
import csv file 后data有问题
急:一个normal distribution 加一个truncated normal distribu
相关话题的讨论汇总
话题: retain话题: city话题: statement话题: state话题: assignment