INFO

 

Introduction

The INFO command can be used to print out right-hand side variables for a given endogenous variable. It can only be used for a one-period time period. It is called automatically if failsafe mode solving is set ("OPTION solve failsafe yes") and the simulation fails.

 

Syntax

INFO < period > period variables ;

 

period

(Optional). For instance "2010 2020" or "2010q1 2020q4". If inside the <> field, the period is local to the current statement, if outside the period will be changed globally. If no period is given, global time will be used.

variables

Variable(s) is a list of variables (the whole databank if no variables are given)

 

 

Example

To show information regarding the variable fY:

 

INFO <2010 2012> fY;

 

 

Note

INFO will at some point probably be replaced by a special version of the more convenient UDVALG command.

 

 

Related

commands

UDVALG, DISP, PRT