<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to import .far file in SAS Forecast Studio in SAS Forecasting and Econometrics</title>
    <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/How-to-import-far-file-in-SAS-Forecast-Studio/m-p/795142#M4331</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to import .far file in SAS Forecast Studio 15.2 based on SAS 9.4. But didn't found any import option in the tool, neither there is any option to do the same in SAS Forecast Project Manager or in SAS Management Console.&lt;/P&gt;&lt;P&gt;Please guide me how I can import the .far file in SAS Forecast Studio based on SAS 9.4.&lt;/P&gt;&lt;P&gt;Thanks.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 09 Feb 2022 10:42:19 GMT</pubDate>
    <dc:creator>Vimal08</dc:creator>
    <dc:date>2022-02-09T10:42:19Z</dc:date>
    <item>
      <title>How to import .far file in SAS Forecast Studio</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/How-to-import-far-file-in-SAS-Forecast-Studio/m-p/795142#M4331</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to import .far file in SAS Forecast Studio 15.2 based on SAS 9.4. But didn't found any import option in the tool, neither there is any option to do the same in SAS Forecast Project Manager or in SAS Management Console.&lt;/P&gt;&lt;P&gt;Please guide me how I can import the .far file in SAS Forecast Studio based on SAS 9.4.&lt;/P&gt;&lt;P&gt;Thanks.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 10:42:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/How-to-import-far-file-in-SAS-Forecast-Studio/m-p/795142#M4331</guid>
      <dc:creator>Vimal08</dc:creator>
      <dc:date>2022-02-09T10:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to import .far file in SAS Forecast Studio</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/How-to-import-far-file-in-SAS-Forecast-Studio/m-p/795352#M4332</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I haven't used SAS Forecast Studio (based on SAS 9.4) since 2016 or so (I am using Visual Forecasting in VIYA nowadays), but I remember you have to unarchive your project in&amp;nbsp;SAS Forecast Project Manager.&lt;/P&gt;
&lt;P&gt;*.far is a &lt;U&gt;&lt;STRONG&gt;F&lt;/STRONG&gt;&lt;/U&gt;orecasting project &lt;STRONG&gt;&lt;U&gt;AR&lt;/U&gt;&lt;/STRONG&gt;chive.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think if you scan this doc (or the software menus) for 'unarchive' rather than 'import' , that you will get some hints.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;SAS® Forecast Studio 14.1: User’s Guide&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/documentation/onlinedoc/forecast/14.1/fsug.pdf" target="_blank"&gt;https://support.sas.com/documentation/onlinedoc/forecast/14.1/fsug.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 21:38:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/How-to-import-far-file-in-SAS-Forecast-Studio/m-p/795352#M4332</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2022-02-09T21:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to import .far file in SAS Forecast Studio</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/How-to-import-far-file-in-SAS-Forecast-Studio/m-p/795614#M4333</link>
      <description>&lt;P&gt;Thank you Koen for the input.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In mentioned document there is one global macro which helps to unarchive/import the .far file in SAS Forecast Project Manager, and I have executed the same. But after execution, I am unable to find the project in SAS Forecast Manager. Please find the below code executed on SAS EG and attached log for same. Also it will be great help, if you can help me to figure out where to locate the unarchived project.&lt;/P&gt;&lt;PRE&gt;%fslogin(desktop=YES);
%fsimport (projectname=Pricedata_FS_UAR,
archivepath=D:\SAS Content Assessment\SAS Forecast\Pricedata_FS.far);
%fslogout();&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Feb 2022 07:04:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/How-to-import-far-file-in-SAS-Forecast-Studio/m-p/795614#M4333</guid>
      <dc:creator>Vimal08</dc:creator>
      <dc:date>2022-02-11T07:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to import .far file in SAS Forecast Studio</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/How-to-import-far-file-in-SAS-Forecast-Studio/m-p/795618#M4334</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/310312"&gt;@Vimal08&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Log you have attached indicates the project 'Pricedata_FS_UAR' is imported inside the environment 'Default'.&lt;/P&gt;
&lt;P&gt;&lt;FONT face="verdana,geneva" size="2"&gt;NOTE: Resolved environment=Default&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, you need to ensure the user is same. This being desktop mode, project would be available to user (logged in to PC) who imported the archive.&lt;/P&gt;
&lt;P&gt;Also you mentioned using SAS EG. Hope you are connected to the workspace 'Local' when importing. If another workspace is selected, the project could be imported to Forecast Server instance attached to that workspace.&lt;/P&gt;
&lt;P&gt;For simplicity, you can use the Forecast Project Manager and import a Forecast Studio Archive file from there. Need to select an environment on left and then click on the Unarchive Project button from the right.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope it helps...&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Feb 2022 08:00:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/How-to-import-far-file-in-SAS-Forecast-Studio/m-p/795618#M4334</guid>
      <dc:creator>rajib_nath</dc:creator>
      <dc:date>2022-02-11T08:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to import .far file in SAS Forecast Studio</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/How-to-import-far-file-in-SAS-Forecast-Studio/m-p/795662#M4336</link>
      <description>&lt;P&gt;Thank you so much!!&lt;/P&gt;
&lt;P&gt;We had followed the mentioned procedure and now we are able to see the SAS forecast projects in SAS Forecast Project Manager as well as in SAS Forecast Studio.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Feb 2022 13:59:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/How-to-import-far-file-in-SAS-Forecast-Studio/m-p/795662#M4336</guid>
      <dc:creator>Vimal08</dc:creator>
      <dc:date>2022-02-11T13:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to import .far file in SAS Forecast Studio</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/How-to-import-far-file-in-SAS-Forecast-Studio/m-p/795686#M4337</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/310312"&gt;@Vimal08&lt;/a&gt;&amp;nbsp;, great to know the problem is resolved!&lt;/P&gt;</description>
      <pubDate>Fri, 11 Feb 2022 15:03:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/How-to-import-far-file-in-SAS-Forecast-Studio/m-p/795686#M4337</guid>
      <dc:creator>rajib_nath</dc:creator>
      <dc:date>2022-02-11T15:03:04Z</dc:date>
    </item>
  </channel>
</rss>

