由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - Length staement 的问题 in SAS
相关主题
question about SAS BASE 123 No.64?###### 问个SAS存贮,显示数据的问题
another sas question[合集] SAS data input help
R data.frameIRVINE SAS Programmer. PAY RATE $45-62hr Length - Ongoing 1yr+
如何获得最后的几个数字[请教]Q20in sas advance new (dec)
[求助]Base SAS123 几道题39,72,73,75,76,79,93help on a vary strange result: length statement
[合集] How to use SAS for complete permutation问题请教
a question about length assignment请教 2 道SAS Adv 真题
[合集] SAS一问,急~!分享一道最近碰到的很好的面试题。 (转载)
相关话题的讨论汇总
话题: length话题: staement话题: sas
进入Statistics版参与讨论
1 (共1页)
r*******5
发帖数: 56
1
data A;
ID ="abcd";
ID="abcdef";
length ID $ 12;
run;
What is the length of ID?
Thanks!
G**S
发帖数: 1108
2
4

【在 r*******5 的大作中提到】
: data A;
: ID ="abcd";
: ID="abcdef";
: length ID $ 12;
: run;
: What is the length of ID?
: Thanks!

h******e
发帖数: 1791
3
当然是4了,而且运行这个程序你将得到一个warning message。

【在 r*******5 的大作中提到】
: data A;
: ID ="abcd";
: ID="abcdef";
: length ID $ 12;
: run;
: What is the length of ID?
: Thanks!

R*********i
发帖数: 7643
4
The order of the statements is important.
r*******5
发帖数: 56
5
I see. Thank you all!
1 (共1页)
进入Statistics版参与讨论
相关主题
分享一道最近碰到的很好的面试题。 (转载)[求助]Base SAS123 几道题39,72,73,75,76,79,93
SAS123题之64和50题之37居然题目相同,答案不同![合集] How to use SAS for complete permutation
SAS BASE的一道题不明白,青椒a question about length assignment
SAS问题请教:Numeric Variable Length的设定[合集] SAS一问,急~!
question about SAS BASE 123 No.64?###### 问个SAS存贮,显示数据的问题
another sas question[合集] SAS data input help
R data.frameIRVINE SAS Programmer. PAY RATE $45-62hr Length - Ongoing 1yr+
如何获得最后的几个数字[请教]Q20in sas advance new (dec)
相关话题的讨论汇总
话题: length话题: staement话题: sas