A.State=scan(address2,2);
B.State=scan(address2,13,2);
C.State=substr(address2,2);
D.State=substr(address2,13,2);
您可能感興趣的試卷
你可能感興趣的試題
A.mean(var1,var4)
B.mean(var1-var4)
C.mean(of var1,var4)
D.mean(of var1-var4)
哪個SAS程序讀取ID的值并保存每個Quantity值的記錄,以便為每個記錄創(chuàng)建三個觀察值?()
A.data work.sales;infile unitsold;input ID $;do week=1to 3;input Quantity :comma.;output;end;run;
B.data work.sales;infile unitsold;input ID $@@;do week=1to 3;input Quantity :comma.;output;end;run;
C.data work.sales;infile unitsold;input ID $@;do week=1to 3;input Quantity :comma.;output;end;run;
D.data work.sales;infile unitsold;input ID $@;do week=1to 3;input Quantity :comma.@;output;end;run;
A.@n
B.+n
C./
D.all of the above
A.1959-12-31
B.1960-01-01
C.1960-01-02
D.1960-01-03
下面哪一段代碼可以生成下述結(jié)果?()
A.data _null_;set work.scores;file ’c:\data\teamdat’dlm=’,’;put name highscore team;run;
B.data _null_;set work.scores;file ’c:\data\teamdat’dlm=’’;put name highscore team;run;
C.data _null_;set work.scores;file ’c:\data\teamdat’dsd;put name highscore team;run;
D.data _null_;set work.scores;file ’c:\data\teamdat’;put name highscore team;run;
最新試題
當你運行一段程序后,日志報了三條error,請問自動變量_error_的取值?()
除了()其余都可以創(chuàng)建宏變量。
變量Address2包含諸如Piscataway,NJ之類的值。如何將兩個字母的州縮寫分配給名為State的新變量?()
欲研究高血壓(HBP,1=患病、0=未患?。┡c年齡(age)、性別(gender)、體質(zhì)指數(shù)(BMI)、日攝入鈉量(NA)的關(guān)系。欲研究日攝入鈉量、體質(zhì)指數(shù)與高血壓的關(guān)系,同時判斷日攝入鈉量和體質(zhì)指數(shù)是否存在交互效應(yīng),下列哪個程序是正確的?()
下列哪個是隨機游走模型?()
請根據(jù)下圖判斷該時間序列是什么過程?()
主成分分析中,在確定主成分個數(shù)時,通常選擇的主成分累積變異比例應(yīng)達到多少才是足夠的?()
下列哪個proc步完全正確?()
在K均值聚類proc fastclus 中,可用哪個選項來限制聚類個數(shù)?()
下列哪項研究應(yīng)該用因子分析?()