Sdtmig32 chapter04
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16 | proc print data=a;
var USUBJID AGE RUN;
run;
***this is a comment;
%macro aa;
data a;
cards;
ds
sd
run;
%mend;
%aa;
|
this is for note
this is for test note purpose
this is for SAS code
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16 | proc print data=a;
var USUBJID AGE RUN;
run;
***this is a comment;
%macro aa;
data a;
cards;
ds
sd
run;
%mend;
%aa;
|
This is for tabs
More Markdown content.
More Markdown content.
More Markdown content.
More Markdown content.