<?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 Re: User Defined Informats for CAS processing in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/User-Defined-Informats-for-CAS-processing/m-p/602523#M8249</link>
    <description>&lt;P&gt;I had a go with Method 2 in this paper and got the same note&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;NOTE: Informats cannot be written to a CAS session, so the informat EXPECTATIONPRIORITY has been skipped.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Thanks for your time&lt;/P&gt;</description>
    <pubDate>Thu, 07 Nov 2019 17:56:40 GMT</pubDate>
    <dc:creator>GirlHasNoName</dc:creator>
    <dc:date>2019-11-07T17:56:40Z</dc:date>
    <item>
      <title>User Defined Informats for CAS processing</title>
      <link>https://communities.sas.com/t5/SAS-Studio/User-Defined-Informats-for-CAS-processing/m-p/602485#M8244</link>
      <description>&lt;P&gt;I have a character variable in my dataset that I would like to use as an argument to the INPUT function and create a new numeric variable with a user defined informat. I have recently started using Studio in the Viya platform after working in SAS EG in the old platform where I can do this by using invalue statement in proc format to create the informat and then using that as the argument to the INPUT function.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I try to replicate this in SAS Studio 5.1 (Viya Release V.03.04) by including a CAS format library, I get a note saying informats cannot be written to a CAS session (this is documented in the SAS Viya documentation as well) and so the user defined informat is created in WORK.formats. Referencing this informat to process my dataset in CAS via the INPUT function errors out saying the informat was not found or could not be loaded.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help for a workaround or suggestion to correct how I am trying to achieve this would be much appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 16:48:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/User-Defined-Informats-for-CAS-processing/m-p/602485#M8244</guid>
      <dc:creator>GirlHasNoName</dc:creator>
      <dc:date>2019-11-07T16:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: User Defined Informats for CAS processing</title>
      <link>https://communities.sas.com/t5/SAS-Studio/User-Defined-Informats-for-CAS-processing/m-p/602491#M8246</link>
      <description>&lt;P&gt;Take a look at the FMTSEARCH option.&amp;nbsp; It tells SAS where to look for formats and informats.&amp;nbsp; You will need to add WORK.FORMATS to the list of whatever is currently in effect.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 17:06:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/User-Defined-Informats-for-CAS-processing/m-p/602491#M8246</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2019-11-07T17:06:08Z</dc:date>
    </item>
    <item>
      <title>Re: User Defined Informats for CAS processing</title>
      <link>https://communities.sas.com/t5/SAS-Studio/User-Defined-Informats-for-CAS-processing/m-p/602505#M8248</link>
      <description>&lt;P&gt;Here is paper that explains how to move a FORMAT from work to CAS.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.sas.com/content/dam/SAS/support/en/sas-global-forum-proceedings/2019/3331-2019.pdf" target="_blank"&gt;https://www.sas.com/content/dam/SAS/support/en/sas-global-forum-proceedings/2019/3331-2019.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Perhaps a similar method will work for an INFORMAT?&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 17:27:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/User-Defined-Informats-for-CAS-processing/m-p/602505#M8248</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-11-07T17:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: User Defined Informats for CAS processing</title>
      <link>https://communities.sas.com/t5/SAS-Studio/User-Defined-Informats-for-CAS-processing/m-p/602523#M8249</link>
      <description>&lt;P&gt;I had a go with Method 2 in this paper and got the same note&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;NOTE: Informats cannot be written to a CAS session, so the informat EXPECTATIONPRIORITY has been skipped.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Thanks for your time&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 17:56:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/User-Defined-Informats-for-CAS-processing/m-p/602523#M8249</guid>
      <dc:creator>GirlHasNoName</dc:creator>
      <dc:date>2019-11-07T17:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: User Defined Informats for CAS processing</title>
      <link>https://communities.sas.com/t5/SAS-Studio/User-Defined-Informats-for-CAS-processing/m-p/602528#M8250</link>
      <description>&lt;P&gt;How complex is the INFORMAT?&amp;nbsp; If it is just one to one mapping then perhaps you can pull out the START and LABEL values from the informat's defintion and create a small table to join with instead of trying to use the INPUT() function.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 18:04:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/User-Defined-Informats-for-CAS-processing/m-p/602528#M8250</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-11-07T18:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: User Defined Informats for CAS processing</title>
      <link>https://communities.sas.com/t5/SAS-Studio/User-Defined-Informats-for-CAS-processing/m-p/602530#M8251</link>
      <description>&lt;P&gt;Not an elaborate informat at all and there are definitely other options to achieve what I need in this case but would be good to know if user defined informats cant be used in CAS processing at all?&lt;/P&gt;&lt;P&gt;To me, using informats is the more elegant, easy to understand, reproducible and portable option so really disappointed if they cant be used in CAS processing&lt;img id="smileyindifferent" class="emoticon emoticon-smileyindifferent" src="https://communities.sas.com/i/smilies/16x16_smiley-indifferent.png" alt="Smiley Indifferent" title="Smiley Indifferent" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 18:10:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/User-Defined-Informats-for-CAS-processing/m-p/602530#M8251</guid>
      <dc:creator>GirlHasNoName</dc:creator>
      <dc:date>2019-11-07T18:10:01Z</dc:date>
    </item>
  </channel>
</rss>

