Line | |
---|
1 | f label Pop&count&and&percentage |
---|
2 | f type special |
---|
3 | ############################################## |
---|
4 | --------BoNdArY-------- |
---|
5 | 1 script |
---|
6 | OPTIONS MPRINT MLOGIC SYMBOLGEN NONUMBER NODATE PAGESIZE=4000; |
---|
7 | OPTION SPOOL; |
---|
8 | |
---|
9 | proc summary data=tmp; |
---|
10 | var x; |
---|
11 | class %cross1% |
---|
12 | ?cross2? %cross2% |
---|
13 | ; |
---|
14 | output out=tmp sum=n; |
---|
15 | run; |
---|
16 | proc print data=tmp; |
---|
17 | run; |
---|
18 | data tmp; |
---|
19 | set tmp; |
---|
20 | redflag = put('HELLO',$12.); |
---|
21 | run; |
---|
22 | proc print data=tmp; |
---|
23 | run; |
---|
24 | --------BoNdArY-------- |
---|
25 | f out_variable n |
---|
26 | ############################################### |
---|
27 | # definition for output file |
---|
28 | f xml_out_map_file XMLCountNoPop.map |
---|
29 | --------BoNdArY-------- |
---|
30 | f out_detail lbl_not_used__see_xml_out_map_file |
---|
31 | n 15.0 |
---|
32 | redflag 12.0 |
---|
33 | --------BoNdArY-------- |
---|
Note: See
TracBrowser
for help on using the repository browser.