source: main/adopters/nj/trunk/src/main/ibisq/qModules3/qModules3/birth/CountNoPop.def @ 26754

Last change on this file since 26754 was 26754, checked in by Maria Baron, 4 months ago

initial upload in 3.x folder

File size: 721 bytes
Line 
1f label Pop&count&and&percentage
2f type special
3##############################################
4--------BoNdArY--------
51 script
6OPTIONS MPRINT MLOGIC SYMBOLGEN NONUMBER NODATE PAGESIZE=4000;
7OPTION SPOOL;
8
9proc summary data=tmp;
10 var x;
11 class %cross1%
12?cross2? %cross2%
13;
14 output out=tmp sum=n;
15 run;
16proc print data=tmp;
17run;
18data tmp;
19        set tmp;
20        redflag = put('HELLO',$12.);
21        run;
22proc print data=tmp;
23run;   
24--------BoNdArY--------
25f out_variable n
26###############################################
27# definition for output file
28f xml_out_map_file XMLCountNoPop.map
29--------BoNdArY--------
30f 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.