Use of Dynatype and Dynasave (Urgent)

According to Dynare User Manual,
“dynatype” prints the listed variables in a text file named FILENAME. If no VARIABLE_NAME are listed, all endogenous variables are printed and
"dynasave" saves the listed variables in a binary file named FILENAME. If no VARIABLE_NAME are listed, all endogenous variables are saved.

According to the User Manual, the command in Dynare should be,
dynatype ABC y c; or
dynasave ABC y c

where ABC is filename and y, c are simulated series. However, when I type these into Dynare model file, error message appears. I would like to know how should I use these commands correctly? I use Dynare 3.65

Thanks for attention…

Hi,

You probably misread the reference manual. The correct syntax is:

dynatype(ABC) y c;
dynasave(ABC) y c;

Also note that the reference manual on the website is for version 4 of Dynare. It is not guaranteed to be relevant for Dynare 3, which is no longer actively supported.

Best,