Hi,
in the following example, the "--silent" option does not work properly, as
the output is still printed.

<hansl>
open hamilton.gdt --quiet
genr p = 100*(log(PZUNEW)-log(PZUNEW[1973:01]))
genr s = -100*(log(EXRITL)-log(EXRITL[1973:01]))
genr pf = 100*(log(PC6IT)-log(PC6IT[1973:01]))
set vecm_norm none
vecm 4 1 p s pf --crt --silent
restrict --full --silent
    b[1] = 1
end restrict
<\hansl>

Artur
Hi,
in the following example, the "--silent" option does not work properly, as the output is still printed.

<hansl>
open hamilton.gdt --quiet
genr p = 100*(log(PZUNEW)-log(PZUNEW[1973:01]))
genr s = -100*(log(EXRITL)-log(EXRITL[1973:01]))
genr pf = 100*(log(PC6IT)-log(PC6IT[1973:01]))
set vecm_norm none
vecm 4 1 p s pf --crt --silent
restrict --full --silent
    b[1] = 1
end restrict
<\hansl>

Artur

Reply via email to