<?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 set Field atributes in program screen in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-set-Field-atributes-in-program-screen/m-p/250778#M268740</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Do you know how to set Filed attributes in program screen by not manually in attribute window but program code?&lt;/P&gt;&lt;P&gt;I could change color of fields by Fileld function, but could not set Chois groupm, Fomat, Informat, List or and so on.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 18 Feb 2016 07:47:15 GMT</pubDate>
    <dc:creator>kawakami_densuke_jp</dc:creator>
    <dc:date>2016-02-18T07:47:15Z</dc:date>
    <item>
      <title>How to set Field atributes in program screen</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-set-Field-atributes-in-program-screen/m-p/250778#M268740</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Do you know how to set Filed attributes in program screen by not manually in attribute window but program code?&lt;/P&gt;&lt;P&gt;I could change color of fields by Fileld function, but could not set Chois groupm, Fomat, Informat, List or and so on.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2016 07:47:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-set-Field-atributes-in-program-screen/m-p/250778#M268740</guid>
      <dc:creator>kawakami_densuke_jp</dc:creator>
      <dc:date>2016-02-18T07:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to set Field atributes in program screen</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-set-Field-atributes-in-program-screen/m-p/250785#M268741</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Not quite clear to me what your asking. &amp;nbsp;If you mean how do you apply properties to variables in code then that is simple:&lt;/P&gt;
&lt;P&gt;data &amp;lt;your_library&amp;gt;.&amp;lt;your_dataset&amp;gt;;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; length &amp;lt;your_variable&amp;gt; &amp;lt;your_length&amp;gt;; &amp;nbsp;/* e.g. avar $4 */&lt;/P&gt;
&lt;P&gt;&amp;nbsp; format &amp;lt;your_variable&amp;gt; &amp;lt;your_format&amp;gt;; &amp;nbsp;/* e.g. avar best10.*/&lt;/P&gt;
&lt;P&gt;&amp;nbsp; informat &amp;lt;your_variable&amp;gt; &amp;lt;your_format&amp;gt;;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or you can use proc datasets - check the SAS docs. &amp;nbsp;However you need to be clearer on what software you are using, and what you want to do.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2016 09:24:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-set-Field-atributes-in-program-screen/m-p/250785#M268741</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2016-02-18T09:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to set Field atributes in program screen</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-set-Field-atributes-in-program-screen/m-p/251005#M268742</link>
      <description>&lt;P&gt;Hi, RW9.&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I mean follow procedure.&lt;/P&gt;&lt;P&gt;1.Run SAS.&lt;/P&gt;&lt;P&gt;2.Create new catalog "WORK.NEW" in Explorer.&lt;/P&gt;&lt;P&gt;3.Create new entry "Program Screen" in this catalog.&lt;/P&gt;&lt;P&gt;4.Make filed by enter "&amp;amp;TEST".&lt;/P&gt;&lt;P&gt;5.Tools&amp;gt;Filed Attributes&amp;gt;&amp;gt;Attr window is open.&lt;/P&gt;&lt;P&gt;6.You can change attributes by keyboard type or mouse click.&lt;/P&gt;&lt;P&gt;7.I wanna control these attributes by not manually but command.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is a&amp;nbsp;function of SAS AF.&lt;/P&gt;&lt;P&gt;Should I post to another community?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards.&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/12289iFD1B98FA18EC849F/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="sample.png" title="sample.png" /&gt;</description>
      <pubDate>Fri, 19 Feb 2016 02:32:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-set-Field-atributes-in-program-screen/m-p/251005#M268742</guid>
      <dc:creator>kawakami_densuke_jp</dc:creator>
      <dc:date>2016-02-19T02:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to set Field atributes in program screen</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-set-Field-atributes-in-program-screen/m-p/251060#M268743</link>
      <description>&lt;P&gt;Oh, your using SAS/AF. &amp;nbsp;Sorry, haven't used that in over 8 years now, surpised anyone is still using it. &amp;nbsp;Afraid I can't help with that question, and there isn't a forum for it, maybe someone else can help with that. &amp;nbsp;What are you using it for, there is bound to be better solutions out there.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2016 09:17:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-set-Field-atributes-in-program-screen/m-p/251060#M268743</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2016-02-19T09:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to set Field atributes in program screen</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-set-Field-atributes-in-program-screen/m-p/251313#M268744</link>
      <description>&lt;P&gt;It has been eve longer for me than for &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/45151"&gt;@RW9﻿&lt;/a&gt;&amp;nbsp;using SAS/AF but there were a lot of methods for retrieving and setting properties. Look in the online AF help for _get or _set under methods as a start.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Some of what you are doing looks like it &lt;STRONG&gt;might&lt;/STRONG&gt; belong in an INIT: code block .&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2016 23:45:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-set-Field-atributes-in-program-screen/m-p/251313#M268744</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-02-19T23:45:52Z</dc:date>
    </item>
  </channel>
</rss>

