A00-211日本語 無料問題集「SASInstitute SAS Base Programming for SAS 9 (A00-211日本語版)」




--------10-------20-------30
Ruth 39 11
Jose 32 22
Sue 30 33
John 40 44

data test;
infile 'employee';
input employee_name $ 1-4;
if employee_name = 'Sue' then input age 7-8;
else input idnum 10-11;
run;


--------10-------20-------30
Joe xx

data test;
infile 'namenum';
input name $ number;
run;


proc contents data=_all_;
run;




data WORK. REVENUE (drop=Sales Returns);
set WORK. PRODUCTS (keep=ProdId Price Sales Returns);
Revenue-Price* (Sales-Returns);
run;






proc sort data = sasuser.houses out = houses;
by style;
run;
proc print data = houses;
run;

style bedrooms baths price
CONDO 2 1.5 80050
3 2.5 79350
4 2.5 127150
2 2.0 110700 RANCH 2 1.0 64000
3 3.0 86650
3 1.0 89100
1 1.0 34550 SPLIT 1 1.0 65850
4 3.0 94450
3 1.5 73650 TWOSTORY 4 3.0 107250
2 1.0 55850
2 1.0 69250
4 2.5 102950


proc print data=SASHELP.CLASS(firstobs=5 obs=15);
where Sex='M';
run;


----I----10---I----20---I----30
Daisyyellow

data flowers;
infile 'typecolor';
input type$ 1-5+1 color$;
run;




<insert ODS statement here>
proc means data = sasuser.shoes;
where product in ('Sandal' , 'Slipper' , 'Boot');
run;
<insert ODS statement here>

弊社を連絡する

我々は12時間以内ですべてのお問い合わせを答えます。

オンラインサポート時間:( UTC+9 ) 9:00-24:00
月曜日から土曜日まで

サポート:現在連絡