<?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: Need help in coding  the program for a particular questions in SAS Viya</title>
    <link>https://communities.sas.com/t5/SAS-Viya/Need-help-in-coding-the-program-for-a-particular-questions/m-p/795700#M1356</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/416387"&gt;@Linto_1&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Clinical wants a report that shows a collected value by center, visit, and planned time.Visit 1 has only one planned time:00:00.Visit 2,3, and 4 have three planned times:00:00,0:15, and 0:30.Clinical wants to see the all possible planned times with the corresponding visits. However, you discover that one centre for some reason does have all the possible combination of planned NESUG 15 Corner 2 times for the corresponding visits.&amp;nbsp;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt; Also,the new PRELOADFMT option will not handle this type of problem because it will give visit 1 all PTM values instead of just 00:00&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The highlighted text above assume some specific code is to be used because PRELOADFMT is only available in a very small number of procedures. So wheres the example code? and the Format?&lt;/P&gt;
&lt;P&gt;Preloadfmt also is not very "new". So I sort of wonder where that statement comes from.&lt;/P&gt;
&lt;P&gt;And you might be surprised what PRELOADFMT with a MULTILABEL format can do.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;DATA, DATA, DATA.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Expected results for some provided data.&lt;/P&gt;</description>
    <pubDate>Fri, 11 Feb 2022 16:43:40 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2022-02-11T16:43:40Z</dc:date>
    <item>
      <title>Need help in coding  the program for a particular questions</title>
      <link>https://communities.sas.com/t5/SAS-Viya/Need-help-in-coding-the-program-for-a-particular-questions/m-p/795608#M1353</link>
      <description>&lt;P&gt;Clinical wants a report that shows a collected value by center, visit, and planned time.Visit 1 has only one planned time:00:00.Visit 2,3, and 4 have three planned times:00:00,0:15, and 0:30.Clinical wants to see the all possible planned times with the corresponding visits. However, you discover that one centre for some reason does have all the possible combination of planned NESUG 15 Corner 2 times for the corresponding visits.&amp;nbsp; Also,the new PRELOADFMT option will not handle this type of problem because it will give visit 1 all PTM values instead of just 00:00&lt;/P&gt;</description>
      <pubDate>Fri, 11 Feb 2022 06:13:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/Need-help-in-coding-the-program-for-a-particular-questions/m-p/795608#M1353</guid>
      <dc:creator>Linto_1</dc:creator>
      <dc:date>2022-02-11T06:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in coding  the program for a particular questions</title>
      <link>https://communities.sas.com/t5/SAS-Viya/Need-help-in-coding-the-program-for-a-particular-questions/m-p/795613#M1354</link>
      <description>&lt;P&gt;And the question is?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Feb 2022 06:40:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/Need-help-in-coding-the-program-for-a-particular-questions/m-p/795613#M1354</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2022-02-11T06:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in coding  the program for a particular questions</title>
      <link>https://communities.sas.com/t5/SAS-Viya/Need-help-in-coding-the-program-for-a-particular-questions/m-p/795621#M1355</link>
      <description>&lt;P&gt;Please provide available data (&lt;EM&gt;have&lt;/EM&gt;) and desired output (&lt;EM&gt;want&lt;/EM&gt;).&lt;/P&gt;</description>
      <pubDate>Fri, 11 Feb 2022 08:48:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/Need-help-in-coding-the-program-for-a-particular-questions/m-p/795621#M1355</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2022-02-11T08:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in coding  the program for a particular questions</title>
      <link>https://communities.sas.com/t5/SAS-Viya/Need-help-in-coding-the-program-for-a-particular-questions/m-p/795700#M1356</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/416387"&gt;@Linto_1&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Clinical wants a report that shows a collected value by center, visit, and planned time.Visit 1 has only one planned time:00:00.Visit 2,3, and 4 have three planned times:00:00,0:15, and 0:30.Clinical wants to see the all possible planned times with the corresponding visits. However, you discover that one centre for some reason does have all the possible combination of planned NESUG 15 Corner 2 times for the corresponding visits.&amp;nbsp;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt; Also,the new PRELOADFMT option will not handle this type of problem because it will give visit 1 all PTM values instead of just 00:00&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The highlighted text above assume some specific code is to be used because PRELOADFMT is only available in a very small number of procedures. So wheres the example code? and the Format?&lt;/P&gt;
&lt;P&gt;Preloadfmt also is not very "new". So I sort of wonder where that statement comes from.&lt;/P&gt;
&lt;P&gt;And you might be surprised what PRELOADFMT with a MULTILABEL format can do.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;DATA, DATA, DATA.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Expected results for some provided data.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Feb 2022 16:43:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/Need-help-in-coding-the-program-for-a-particular-questions/m-p/795700#M1356</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-02-11T16:43:40Z</dc:date>
    </item>
  </channel>
</rss>

