var

var — declares endogenous variables

Synopsis

var VARIABLE_NAME [[,] VARIABLE_NAME ...] ;

Description

This required command declares the endogenous variables in the model. See Conventions for the syntax of VARIABLE_NAME.

var commands can appear several times in the file and Dynare will concatenate them.

Example

var c gnp q1 q2;