我使用BY GROUP選項繪製一些數據。儘管我可以使用#byval選項自動將BY GROUP值放入每個圖的標題中,但我希望單獨保存每個繪圖並希望在#byval後命名,而不是調用它 - SGPLOT01,SGPLOT02 ... eg可以說我有: data xyz;
input type$ x y1 [email protected]@;
cards;
A 1 5 7
A 2 7 9
A
突出我想打開整行紅色的人,他們的名字以「J」。這可能使用proc print? ods html file=odsout style=htmlblue ;
proc print data=sashelp.class noobs label;
var name age;
run;
ods html close;
我想在頁面的右下方有一個頁面編號,格式爲「X的Y頁」。 我嘗試了下面的代碼爲pdf結果,但它只是顯示「Page * {thispage}」& num「字面意思。有人能幫忙嗎?謝謝! * create the file with the number of pages */
ods results;
ods pdf file="c:\temp\pagenumb.pdf" compress=0