<?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: how to identify a time variable (time5. format) is num or char, not using (Proc Content)? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/how-to-identify-a-time-variable-time5-format-is-num-or-char-not/m-p/96684#M4835</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to make it more complete&amp;nbsp; we can also format the character name range T, that may or may not exist.&amp;nbsp; The "SAS Variable List" is one of the most powerfull parts of the SAS language.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV style="font-family: Courier New; font-size: 11pt;"&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;format&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; t-numeric-t &lt;/SPAN&gt;&lt;SPAN style="color: #008080; background-color: #ffffff;"&gt;time5.&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; t-character-t &lt;/SPAN&gt;&lt;SPAN style="color: #008080; background-color: #ffffff;"&gt;$5.&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="font-family: Courier New; font-size: 11pt;"&gt; &lt;/DIV&gt;&lt;DIV style="font-family: Courier New; font-size: 11pt;"&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Apr 2013 16:20:52 GMT</pubDate>
    <dc:creator>data_null__</dc:creator>
    <dc:date>2013-04-03T16:20:52Z</dc:date>
    <item>
      <title>how to identify a time variable (time5. format) is num or char, not using (Proc Content)?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/how-to-identify-a-time-variable-time5-format-is-num-or-char-not/m-p/96675#M4826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;using Code in a Data step...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Apr 2013 14:58:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/how-to-identify-a-time-variable-time5-format-is-num-or-char-not/m-p/96675#M4826</guid>
      <dc:creator>sandyming</dc:creator>
      <dc:date>2013-04-03T14:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to identify a time variable (time5. format) is num or char, not using (Proc Content)?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/how-to-identify-a-time-variable-time5-format-is-num-or-char-not/m-p/96676#M4827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;vtype function&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a000245993.htm" title="http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a000245993.htm"&gt;SAS(R) 9.2 Language Reference: Dictionary, Fourth Edition&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Apr 2013 15:09:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/how-to-identify-a-time-variable-time5-format-is-num-or-char-not/m-p/96676#M4827</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-04-03T15:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: how to identify a time variable (time5. format) is num or char, not using (Proc Content)?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/how-to-identify-a-time-variable-time5-format-is-num-or-char-not/m-p/96677#M4828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, now here's a harder question.&amp;nbsp; How do you do it in a PROC step?&amp;nbsp; For example, if T is character, it should be printed without a format.&amp;nbsp; But if T is numeric it should be printed in the TIME5 format.&amp;nbsp; Hint:&amp;nbsp; macro language is not needed.&amp;nbsp; All of the necessary code can be hard-coded within the PROC step.&amp;nbsp; If nobody gets the answer, I'll post it tonight.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Apr 2013 15:17:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/how-to-identify-a-time-variable-time5-format-is-num-or-char-not/m-p/96677#M4828</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2013-04-03T15:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: how to identify a time variable (time5. format) is num or char, not using (Proc Content)?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/how-to-identify-a-time-variable-time5-format-is-num-or-char-not/m-p/96678#M4829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It this right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;format t-numeric-t time5.;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Apr 2013 15:23:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/how-to-identify-a-time-variable-time5-format-is-num-or-char-not/m-p/96678#M4829</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2013-04-03T15:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: how to identify a time variable (time5. format) is num or char, not using (Proc Content)?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/how-to-identify-a-time-variable-time5-format-is-num-or-char-not/m-p/96679#M4830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bingo!&amp;nbsp; Good job.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Apr 2013 15:25:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/how-to-identify-a-time-variable-time5-format-is-num-or-char-not/m-p/96679#M4830</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2013-04-03T15:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: how to identify a time variable (time5. format) is num or char, not using (Proc Content)?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/how-to-identify-a-time-variable-time5-format-is-num-or-char-not/m-p/96680#M4831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The "SAS Variable List"&amp;nbsp; big medicine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Apr 2013 15:32:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/how-to-identify-a-time-variable-time5-format-is-num-or-char-not/m-p/96680#M4831</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2013-04-03T15:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: how to identify a time variable (time5. format) is num or char, not using (Proc Content)?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/how-to-identify-a-time-variable-time5-format-is-num-or-char-not/m-p/96681#M4832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Confused. Never seen this before. Care to elaborate more? Thanks, Haikuo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Apr 2013 15:32:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/how-to-identify-a-time-variable-time5-format-is-num-or-char-not/m-p/96681#M4832</guid>
      <dc:creator>Haikuo</dc:creator>
      <dc:date>2013-04-03T15:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: how to identify a time variable (time5. format) is num or char, not using (Proc Content)?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/how-to-identify-a-time-variable-time5-format-is-num-or-char-not/m-p/96682#M4833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It means for all the variables between t and t that are numeric associate format time5.&amp;nbsp; If there are none when t is character nothing happens.&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/lrcon/65287/HTML/default/viewer.htm#p0wphcpsfgx6o7n1sjtqzizp1n39.htm" title="http://support.sas.com/documentation/cdl/en/lrcon/65287/HTML/default/viewer.htm#p0wphcpsfgx6o7n1sjtqzizp1n39.htm"&gt;SAS(R) 9.3 Language Reference: Concepts, Second Edition&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV style="font-family: Courier New; font-size: 11pt;"&gt;&lt;STRONG style="color: #000080; background-color: #ffffff;"&gt;data&lt;/STRONG&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; class;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;set&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; sashelp.class;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; background-color: #ffffff;"&gt;*t = time();&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; t = &lt;/SPAN&gt;&lt;SPAN style="color: #800080; background-color: #ffffff;"&gt;'8:01'&lt;/SPAN&gt;; &lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style="color: #000080; background-color: #ffffff;"&gt;run&lt;/STRONG&gt;; &lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #000080; background-color: #ffffff;"&gt;proc&lt;/STRONG&gt; &lt;STRONG style="color: #000080; background-color: #ffffff;"&gt;print&lt;/STRONG&gt;; &lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;format&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; t-numeric-t &lt;/SPAN&gt;&lt;SPAN style="color: #008080; background-color: #ffffff;"&gt;time5.&lt;/SPAN&gt;; &lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style="color: #000080; background-color: #ffffff;"&gt;run&lt;/STRONG&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Apr 2013 15:38:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/how-to-identify-a-time-variable-time5-format-is-num-or-char-not/m-p/96682#M4833</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2013-04-03T15:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: how to identify a time variable (time5. format) is num or char, not using (Proc Content)?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/how-to-identify-a-time-variable-time5-format-is-num-or-char-not/m-p/96683#M4834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the explanation and specially,&amp;nbsp; the link. Did not know such things existed. &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Haikuo &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Apr 2013 15:46:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/how-to-identify-a-time-variable-time5-format-is-num-or-char-not/m-p/96683#M4834</guid>
      <dc:creator>Haikuo</dc:creator>
      <dc:date>2013-04-03T15:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: how to identify a time variable (time5. format) is num or char, not using (Proc Content)?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/how-to-identify-a-time-variable-time5-format-is-num-or-char-not/m-p/96684#M4835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to make it more complete&amp;nbsp; we can also format the character name range T, that may or may not exist.&amp;nbsp; The "SAS Variable List" is one of the most powerfull parts of the SAS language.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV style="font-family: Courier New; font-size: 11pt;"&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;format&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; t-numeric-t &lt;/SPAN&gt;&lt;SPAN style="color: #008080; background-color: #ffffff;"&gt;time5.&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; t-character-t &lt;/SPAN&gt;&lt;SPAN style="color: #008080; background-color: #ffffff;"&gt;$5.&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="font-family: Courier New; font-size: 11pt;"&gt; &lt;/DIV&gt;&lt;DIV style="font-family: Courier New; font-size: 11pt;"&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Apr 2013 16:20:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/how-to-identify-a-time-variable-time5-format-is-num-or-char-not/m-p/96684#M4835</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2013-04-03T16:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: how to identify a time variable (time5. format) is num or char, not using (Proc Content)?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/how-to-identify-a-time-variable-time5-format-is-num-or-char-not/m-p/96685#M4836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If in a macro:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; %if "vtype(&amp;amp;time)"="C" %then %do....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is this correct?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Apr 2013 17:47:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/how-to-identify-a-time-variable-time5-format-is-num-or-char-not/m-p/96685#M4836</guid>
      <dc:creator>sandyming</dc:creator>
      <dc:date>2013-04-03T17:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: how to identify a time variable (time5. format) is num or char, not using (Proc Content)?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/how-to-identify-a-time-variable-time5-format-is-num-or-char-not/m-p/96686#M4837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Apr 2013 17:49:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/how-to-identify-a-time-variable-time5-format-is-num-or-char-not/m-p/96686#M4837</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2013-04-03T17:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: how to identify a time variable (time5. format) is num or char, not using (Proc Content)?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/how-to-identify-a-time-variable-time5-format-is-num-or-char-not/m-p/96687#M4838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are you trying to do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Apr 2013 17:54:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/how-to-identify-a-time-variable-time5-format-is-num-or-char-not/m-p/96687#M4838</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-04-03T17:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: how to identify a time variable (time5. format) is num or char, not using (Proc Content)?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/how-to-identify-a-time-variable-time5-format-is-num-or-char-not/m-p/96688#M4839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if the time variable is char, then do something;&lt;/P&gt;&lt;P&gt;if it is num, do something else....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Apr 2013 18:04:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/how-to-identify-a-time-variable-time5-format-is-num-or-char-not/m-p/96688#M4839</guid>
      <dc:creator>sandyming</dc:creator>
      <dc:date>2013-04-03T18:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: how to identify a time variable (time5. format) is num or char, not using (Proc Content)?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/how-to-identify-a-time-variable-time5-format-is-num-or-char-not/m-p/96689#M4840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;why it is not correct? how about : if vtype(&amp;amp;tm)="N"?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Apr 2013 18:05:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/how-to-identify-a-time-variable-time5-format-is-num-or-char-not/m-p/96689#M4840</guid>
      <dc:creator>sandyming</dc:creator>
      <dc:date>2013-04-03T18:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: how to identify a time variable (time5. format) is num or char, not using (Proc Content)?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/how-to-identify-a-time-variable-time5-format-is-num-or-char-not/m-p/96690#M4841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;look up sysfunc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Apr 2013 18:11:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/how-to-identify-a-time-variable-time5-format-is-num-or-char-not/m-p/96690#M4841</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-04-03T18:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: how to identify a time variable (time5. format) is num or char, not using (Proc Content)?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/how-to-identify-a-time-variable-time5-format-is-num-or-char-not/m-p/96691#M4842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think VTYPE can be use with SYSFUNC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Apr 2013 19:43:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/how-to-identify-a-time-variable-time5-format-is-num-or-char-not/m-p/96691#M4842</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2013-04-03T19:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: how to identify a time variable (time5. format) is num or char, not using (Proc Content)?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/how-to-identify-a-time-variable-time5-format-is-num-or-char-not/m-p/96692#M4843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Apparently not. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Apr 2013 19:52:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/how-to-identify-a-time-variable-time5-format-is-num-or-char-not/m-p/96692#M4843</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-04-03T19:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: how to identify a time variable (time5. format) is num or char, not using (Proc Content)?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/how-to-identify-a-time-variable-time5-format-is-num-or-char-not/m-p/96693#M4844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Congratulations DN for your new status level, long time due!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe it's time to change your status from "I'm learning SAS" to "I'm teaching SAS"&amp;nbsp; &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Apr 2013 19:56:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/how-to-identify-a-time-variable-time5-format-is-num-or-char-not/m-p/96693#M4844</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2013-04-03T19:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: how to identify a time variable (time5. format) is num or char, not using (Proc Content)?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/how-to-identify-a-time-variable-time5-format-is-num-or-char-not/m-p/96694#M4845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: 14pt;"&gt;Congratulations DN!!!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Apr 2013 20:40:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/how-to-identify-a-time-variable-time5-format-is-num-or-char-not/m-p/96694#M4845</guid>
      <dc:creator>Linlin</dc:creator>
      <dc:date>2013-04-03T20:40:48Z</dc:date>
    </item>
  </channel>
</rss>

