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
下面哪一段代碼可以生成下述結果?()
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;
最新試題
下列哪個proc步完全正確?()
下列哪個代碼表示對時間序列進行二階差分?()
下列關于PROC GLM的說法錯誤的是()。
變量Address2包含諸如Piscataway,NJ之類的值。如何將兩個字母的州縮寫分配給名為State的新變量?()
哪個SAS程序讀取ID的值并保存每個Quantity值的記錄,以便為每個記錄創(chuàng)建三個觀察值?()
哪個指針控件用于按順序讀取多個記錄?()
sas日期是以數(shù)值形式存儲的,存儲值為1,轉(zhuǎn)變?yōu)閥ymmdd10.格式時為()。
使用proc univariate進行對某變量正態(tài)性檢驗時,用哪個選項可以擬合出該變量的分布曲線?()
若a=10;b=10;c=12;d=5,靈敏度、特異度、假陽性率和假陰性率分別是多少?()
下列哪個不是單位根檢驗的可檢驗的類型?()