Ash001
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 1 articles for 0.303 sec
Ash001, I largely agree with Nat - you cannot make it much more efficient execution-wise. The only adjustment I can think of is replacing if stuff = . then stuff = 0 ; stuff = stuff / 1000 ; with if ^ stuff then stuff = stuff / 1000 ; else stuff = 0 ; which potentially avoids an extra division depending on the data. Say, if almost all your data were zeros and missing the program     

Group: comp.softsys.sas · Group Profile · Search for Ash001 in comp.softsys.sas
Author: Paul Dorfman
Date: Jan 4, 2008 12:01

Show full article (2.88Kb)