<?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 ODS PDF TEXT in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-TEXT/m-p/45436#M6000</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; font-family: Arial, Helvetica, sans-serif;"&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; font-family: Arial, Helvetica, sans-serif;"&gt;I want to print the data using ODS PDF TEXT in Proc report&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; font-family: Arial, Helvetica, sans-serif;"&gt;At present i am using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; font-family: Arial, Helvetica, sans-serif;"&gt;ODS PDF TEXT="~S={JUST=C FONT_SIZE=8pt FONT_FACE='Courier New' }* START *"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; font-family: Arial, Helvetica, sans-serif;"&gt;Instead of using Just=C or L or R i want to print it where ever i want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; font-family: Arial, Helvetica, sans-serif;"&gt;I tried different options like spaces but it didn't work out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; font-family: Arial, Helvetica, sans-serif;"&gt;Can some body let me know ASAP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Mar 2012 19:15:30 GMT</pubDate>
    <dc:creator>JasonNC</dc:creator>
    <dc:date>2012-03-27T19:15:30Z</dc:date>
    <item>
      <title>ODS PDF TEXT</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-TEXT/m-p/45436#M6000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; font-family: Arial, Helvetica, sans-serif;"&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; font-family: Arial, Helvetica, sans-serif;"&gt;I want to print the data using ODS PDF TEXT in Proc report&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; font-family: Arial, Helvetica, sans-serif;"&gt;At present i am using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; font-family: Arial, Helvetica, sans-serif;"&gt;ODS PDF TEXT="~S={JUST=C FONT_SIZE=8pt FONT_FACE='Courier New' }* START *"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; font-family: Arial, Helvetica, sans-serif;"&gt;Instead of using Just=C or L or R i want to print it where ever i want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; font-family: Arial, Helvetica, sans-serif;"&gt;I tried different options like spaces but it didn't work out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; font-size: 12px; font-family: Arial, Helvetica, sans-serif;"&gt;Can some body let me know ASAP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2012 19:15:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-TEXT/m-p/45436#M6000</guid>
      <dc:creator>JasonNC</dc:creator>
      <dc:date>2012-03-27T19:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF TEXT</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-TEXT/m-p/45437#M6001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; I think I understand what you mean by "I want to print it where ever I want" -- In the "old" days, when people were using the LISTING destination (or Output window), you could use DATA _NULL_ to create "free-format" reports because you could treat the entire "page" like a piece of graph paper, with each block or cell in the graph paper representing 1 print position for 1 character. However, that concept of "free-format" reports only applied to the LISTING window, because it was a "monospace" font destination, where the letter i took up as much space as the letter w...for example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Proportional spaced font:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ii&lt;SPAN style="color: #ff0000;"&gt;i&lt;/SPAN&gt;iiiiiiiiiiiiiiiii&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ww&lt;SPAN style="color: #ff0000;"&gt;w&lt;/SPAN&gt;wwwwwwwwwwwwwwwww&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;aa&lt;SPAN style="color: #ff0000;"&gt;a&lt;/SPAN&gt;aaaaaaaaaaaaaaaaa&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Monospace" font, like Courier New or SAS Monospace:&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ii&lt;SPAN style="color: #ff0000;"&gt;i&lt;/SPAN&gt;iiiiiiiiiiiiiiiii&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ww&lt;SPAN style="color: #ff0000;"&gt;w&lt;/SPAN&gt;wwwwwwwwwwwwwwwww&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;aa&lt;SPAN style="color: #ff0000;"&gt;a&lt;/SPAN&gt;aaaaaaaaaaaaaaaaa&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; If&amp;nbsp; you look at the above example, in the monospace font, the 3rd character "lines up" one above the other, no matter whether the character is an i or a or&amp;nbsp; w. But, in the proportional spaced font the letters do NOT line up because that is a feature of proportional spaced fonts -- each letter takes up a variable amount of space determined by the font characteristics.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; With ODS TEXT=, your only choices really are L, R or C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Without seeing some kind of example of what you are trying to create, it's hard to give you better advice. Do you need a table? Do you need free-format text? Do you need a letter?&amp;nbsp; Perhaps these Tech Support notes and papers and examples will help put things in context.&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/kb/25/426.html"&gt;http://support.sas.com/kb/25/426.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/kb/25/425.html"&gt;http://support.sas.com/kb/25/425.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/kb/25/429.html"&gt;http://support.sas.com/kb/25/429.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www2.sas.com/proceedings/sugi30/088-30.pdf"&gt;http://www2.sas.com/proceedings/sugi30/088-30.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/kb/5/486.html"&gt;http://support.sas.com/kb/5/486.html&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/kb/9/981.html"&gt;http://support.sas.com/kb/9/981.html&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/kb/24/493.html"&gt;http://support.sas.com/kb/24/493.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.lexjansen.com/pnwsug/2007/Richard%20Koopmann%20-%20Experimenting%20with%20the%20ODS%20DATA%20Step%20Object.pdf"&gt;http://www.lexjansen.com/pnwsug/2007/Richard%20Koopmann%20-%20Experimenting%20with%20the%20ODS%20DATA%20Step%20Object.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www2.sas.com/proceedings/forum2008/261-2008.pdf"&gt;http://www2.sas.com/proceedings/forum2008/261-2008.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.wuss.org/proceedings09/09WUSSProceedings/papers/app/APP-OConnor.pdf"&gt;http://www.wuss.org/proceedings09/09WUSSProceedings/papers/app/APP-OConnor.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2012 20:53:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-TEXT/m-p/45437#M6001</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2012-03-27T20:53:52Z</dc:date>
    </item>
    <item>
      <title>ODS PDF TEXT</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-TEXT/m-p/45438#M6002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cynthia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to print it as a free format text.On my pdf report i am printing it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like when pdf report ends i am using ODS PDF Text to print End of Report&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2012 21:30:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-TEXT/m-p/45438#M6002</guid>
      <dc:creator>JasonNC</dc:creator>
      <dc:date>2012-03-27T21:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF TEXT</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-TEXT/m-p/45439#M6003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; Putting "End of Report" is not hard. You could do it in PROC REPORT with a COMPUTE AFTER block and a LINE statement (if your main report is PROC REPORT) or you can do it with ODS PDF TEXT= if your procedure is something else (like PROC FREQ or PROC MEANS, etc).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; However, with TEXT= you are pretty much limited to Left, Center, Right justification, unless you pad your text string with non-breaking spaces and then turn ASIS=ON...but there is still no guarantee that the text string will be EXACTLY where you want it. I'm still not grasping why L, R or C is not adequate, though -- and there's always LEFTMARGIN and RIGHTMARGIN to help you out. Output below produced with SAS 9.3 on Windows.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; The still-experimental DATA step interface and ODS REGION/ODS LAYOUT might do something for you, but it seems like a lot of work for "End of Report".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;** make some macro variables to use later;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;%let j1 = Twas brillig and the slithy toves,;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;%let j2 = Did gyre and gimble in the wabe.;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;%let j3 = All mimsy were the borogroves,;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;%let j4 = And the mome raths outgrabe.;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;%let j5 = Beware the Jabberwock my son,;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;%let j6 = The jaws that bite the claws that snatch.;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;%let j7 = Beware the Jubjub bird and shun,;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;%let j8 = The frumious Bandersnatch.;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods pdf file='c:\temp\odstext.pdf' startpage=no notoc;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods escapechar='^';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;proc report data=sashelp.class(obs=3) nowd;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; compute after /style={just=l leftmargin=3in};&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; line 'End of Report';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; endcomp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods pdf text='^S={leftmargin=.25in}Line 1';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods pdf text='^S={leftmargin=.50in}Line 2';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods pdf text='^S={leftmargin=.75in}Line 3';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods pdf text='^S={leftmargin=1.00in}Line 4';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods pdf text='^S={leftmargin=1.25in}Line 5';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods pdf text='^S={leftmargin=1.50in}Line 6';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods pdf text='^S={leftmargin=1.75in}Line 7';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods pdf text='^S={leftmargin=2.00in}Line 8';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods pdf text='^S={leftmargin=2.25in}Line 9';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods pdf text='^S={leftmargin=2.50in}Line 10';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods pdf text='^S={leftmargin=2.75in}Line 11';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods pdf text='^S={leftmargin=3.00in}Line 12';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods pdf text='^S={leftmargin=3.25in}Line 13';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods pdf text='^S={leftmargin=3.50in}Line 14';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods pdf text='^S={leftmargin=3.75in}Line 15';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods pdf text='^S={leftmargin=4.00in}Line 16';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods pdf text="^S={leftmargin=2.50in rightmargin=1.0in}&amp;amp;j1 &amp;amp;j2 &amp;amp;j3 &amp;amp;j4 &amp;amp;j5 &amp;amp;j6 &amp;amp;j7 &amp;amp;j8";&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods pdf close;&lt;/STRONG&gt;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/10584i18D7A7E61DED4E7C/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="odstext_pdf.jpg" title="odstext_pdf.jpg" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2012 22:51:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-TEXT/m-p/45439#M6003</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2012-03-27T22:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF TEXT</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-TEXT/m-p/45440#M6004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks cynthia that was helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 03:49:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-TEXT/m-p/45440#M6004</guid>
      <dc:creator>JasonNC</dc:creator>
      <dc:date>2012-03-28T03:49:34Z</dc:date>
    </item>
  </channel>
</rss>

