G
George Potemkin
Guest
The code below shows some interesting results: ;-) &scoped-define field newby /*modby*/ output to value("kbase.{&field}.txt"). for each kbase no-lock break by kbase.{&field}: accumulate "articles" (sub-count by kbase.{&field}). if last-of(kbase.{&field}) then put unformatted kbase.{&field} "~t" accum sub-count by kbase.{&field} "articles" skip. end. output close.
Continue reading...
Continue reading...