On Thu, 12 Jan 2012, Henrique Andrade wrote:
How can I compact daily data into weekly data? I'm trying the
"dataset
compact" command but I think it doesn't work in this context.
It works for dated daily data, for example:
<hansl>
open djclose.gdt
dataset compact 52
print -o
</hansl>
(djclose is one of the Stock and Watson data files). Up till
now this command has been rejected in script mode if the data
are not dated, but that is now relaxed in CVS to match the
GUI.
Allin Cottrell