Changeset 20960 in main
- Timestamp:
- 07/05/20 14:14:25 (7 months ago)
- Location:
- adopters/nm/trunk/src/main/backend_qModules/3.0/_EPHT/climate
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
adopters/nm/trunk/src/main/backend_qModules/3.0/_EPHT/climate/Precip_count_day.def
r20642 r20960 7 7 proc summary data=tmp; 8 8 var precip; 9 class %cross1%9 class sasdateobs %cross1% 10 10 ?cross2? %cross2% 11 11 ; … … 18 18 data tmp; 19 19 set tmp; 20 sum = sum; 20 Num = sum; 21 Date = date(sasdateobs); 21 22 run; 22 23 23 24 --------BoNdArY-------- 24 f out_variable foo25 f out_variable sum 25 26 ############################################### 26 27 # definition for output file 27 f xml_out_map_file XML Count.map28 f xml_out_map_file XML2Count.map 28 29 --------BoNdArY-------- 29 30 f out_detail lbl_not_used__see_xml_out_map_file 30 sum 10.00 31 Date ddmmyy8. 32 num 10.00 31 33 --------BoNdArY-------- -
adopters/nm/trunk/src/main/backend_qModules/3.0/_EPHT/climate/XMLCount.map
r20642 r20960 1 1 Count VALUE 1 1 MEASURE 1 Count 2 2 VALUE_ATTRIBUTE #
Note: See TracChangeset
for help on using the changeset viewer.