BookmarkSubscribeRSS Feed
SmcGarrett
Obsidian | Level 7

I wanty to run the Varmax Produre and save the IRF's for (10) intervals in a dataset as an output from the procedure. I cannot find anything other than a print statement for the IRFS. Does anyone know how I can output the IRF results? 

 

Thanks,

 

Garrett

1 REPLY 1
Reeza
Super User

Are the IRF displayed?

 

If so get the table name and save them using and ODS OUTPUT statement.

 

The format is

 

ods output TABLENAME=my_table;

http://support.sas.com/documentation/cdl/en/etsug/63939/HTML/default/viewer.htm#etsug_varmax_sect044...