<?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>LionelT Tracker</title>
    <link>https://communities.sas.com/kntur85557/tracker</link>
    <description>LionelT Tracker</description>
    <pubDate>Mon, 11 May 2026 04:44:45 GMT</pubDate>
    <dc:date>2026-05-11T04:44:45Z</dc:date>
    <item>
      <title>Re: How do I fix ODS PDF error in JCL</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-do-I-fix-ODS-PDF-error-in-JCL/m-p/694344#M24616</link>
      <description>&lt;P&gt;Hi. Do you have the ability to review the full output from your process? Or can you provide the full JCL you are using? As a small guide, when I generate PDF's in the IBM Z/os environment I use the following DD....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;//PDFFILE DD DSN=FIPP.I.DAILY.NAG, &lt;BR /&gt;// DISP=(,DELETE,DELETE), &lt;BR /&gt;// SPACE=(TRK,(100,10),RLSE)&lt;/P&gt;</description>
      <pubDate>Mon, 26 Oct 2020 20:41:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-do-I-fix-ODS-PDF-error-in-JCL/m-p/694344#M24616</guid>
      <dc:creator>LionelT</dc:creator>
      <dc:date>2020-10-26T20:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: A Question on scan / or some function to</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/A-Question-on-scan-or-some-function-to/m-p/150461#M39674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry about that...missed the 'Pitney' piece....or should I say&amp;nbsp; 'Pitney' I didn't read the whole note!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SU1, SU2 and SU3 after the first piece of code would now contain the desired comments other than the extra 'Pitney :' at the start.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, we need to substr starting at the position afer the ':' to the end of hte string. The end piece would be SU1 = Substr(SU1, startinglocationtobedetermined, length(SU1)-Startinglocationtobedetermined) ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For startinglocationtobedetermined insert the following.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Indexc(SU1,':')+1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 19:50:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/A-Question-on-scan-or-some-function-to/m-p/150461#M39674</guid>
      <dc:creator>LionelT</dc:creator>
      <dc:date>2014-10-30T19:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: A Question on scan / or some function to</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/A-Question-on-scan-or-some-function-to/m-p/150459#M39672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SU1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =Scan(Comment,1,';') ;&lt;/P&gt;&lt;P&gt;SU2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =Scan(Comment,2,';') ;&lt;/P&gt;&lt;P&gt;SU3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =Scan(Comment,3,';') ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course, I have not checked the syntax completely, so some tweaking may be required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 19:27:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/A-Question-on-scan-or-some-function-to/m-p/150459#M39672</guid>
      <dc:creator>LionelT</dc:creator>
      <dc:date>2014-10-30T19:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: Date difference</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Date-difference/m-p/150183#M39593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Assuming Date1 and Date2 are SAS dates would the following not work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If (Date1 - date2) eq&amp;nbsp; 200 then Do ;&lt;/P&gt;&lt;P&gt;end ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the months and years the Intck function woudl work as shown by &lt;A href="mailto:stat@sas"&gt;stat@sas&lt;/A&gt;. Of course, we have not yet talked about 'alignment' on months and years!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 18:37:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Date-difference/m-p/150183#M39593</guid>
      <dc:creator>LionelT</dc:creator>
      <dc:date>2014-10-30T18:37:03Z</dc:date>
    </item>
  </channel>
</rss>

