<?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 TEXT and VJUST options in SAS 9.4 in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-TEXT-and-VJUST-options-in-SAS-9-4/m-p/291585#M16620</link>
    <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; I am using SAS 9.4 (TS1M1) in X64_7PRO WIN 6.1.7601 Service Pack 1 Workstation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; I am trying to create a pdf report using ODS PDF and requires me to use VJUST option to align the text, apparently VJUST has no effect in my report as all aligning to TOP only. Below is the snippet of &amp;nbsp;code for your evaluation and suggestion.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sample output from below code is attached for reference.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate any workaround or suggestion.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;options Papersize = (11.5in 9in ) orientation=landscape leftmargin=.01in rightmargin=.01in topmargin=.01in bottommargin=.01in nocenter nonumber nodate;&lt;BR /&gt;TITLE1; TITLE2;&lt;BR /&gt;ODS ESCAPECHAR= '^';&lt;BR /&gt;ods html close;&lt;/P&gt;&lt;P&gt;ODS PDF file="C:\Users\sjayara9\Desktop\svq report\ODSTEXT_VJUST.PDF"&lt;BR /&gt;startpage=never&lt;BR /&gt;pdftoc=1&lt;BR /&gt;bookmarklist=show&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;ODS layout start x=0.5 in y=0.5 in HEIGHT = 8 in WIDTH = 10 in ;&lt;/P&gt;&lt;P&gt;/* Test for TOP Alignment*/&lt;BR /&gt;ODS region x=0 in y=0.3 in height = 1 in width = 1 in style={background=CX0070C0 bordercolor=black borderwidth=0.5 };&lt;BR /&gt;ods text = "^S={just=R VJUST=T color=white background=CX0070C0 fontfamily=Arial font_size=8pt} WWID: ";&lt;/P&gt;&lt;P&gt;/* Test for MIDDLE Alignment*/&lt;BR /&gt;ODS region x=0 in y=1.3 in height = 1 in width = 1 in style={background=CX0070C0 bordercolor=black borderwidth=0.5 };&lt;BR /&gt;ods text = "^S={just=C VJUST=M color=white background=CX0070C0 fontfamily=Arial font_size=8pt} WWID: ";&lt;/P&gt;&lt;P&gt;/* Test for BOTTOM Alignment*/&lt;BR /&gt;ODS region x=0 in y=2.3 in height = 1 in width = 1 in style={background=CX0070C0 bordercolor=black borderwidth=0.5 };&lt;BR /&gt;ods text = "^S={just=L VJUST=B color=white background=CX0070C0 fontfamily=Arial font_size=8pt} WWID: ";&lt;/P&gt;&lt;P&gt;ODS layout end;&lt;/P&gt;&lt;P&gt;run;&lt;BR /&gt;quit;&lt;BR /&gt;ODS PDF close;&lt;BR /&gt;*ods results;&lt;BR /&gt;options leftmargin=0in rightmargin=0in topmargin=0in bottommargin=0in;&lt;BR /&gt;ods html ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 14 Aug 2016 13:38:51 GMT</pubDate>
    <dc:creator>mjsstat</dc:creator>
    <dc:date>2016-08-14T13:38:51Z</dc:date>
    <item>
      <title>ODS TEXT and VJUST options in SAS 9.4</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-TEXT-and-VJUST-options-in-SAS-9-4/m-p/291585#M16620</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; I am using SAS 9.4 (TS1M1) in X64_7PRO WIN 6.1.7601 Service Pack 1 Workstation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; I am trying to create a pdf report using ODS PDF and requires me to use VJUST option to align the text, apparently VJUST has no effect in my report as all aligning to TOP only. Below is the snippet of &amp;nbsp;code for your evaluation and suggestion.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sample output from below code is attached for reference.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate any workaround or suggestion.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;options Papersize = (11.5in 9in ) orientation=landscape leftmargin=.01in rightmargin=.01in topmargin=.01in bottommargin=.01in nocenter nonumber nodate;&lt;BR /&gt;TITLE1; TITLE2;&lt;BR /&gt;ODS ESCAPECHAR= '^';&lt;BR /&gt;ods html close;&lt;/P&gt;&lt;P&gt;ODS PDF file="C:\Users\sjayara9\Desktop\svq report\ODSTEXT_VJUST.PDF"&lt;BR /&gt;startpage=never&lt;BR /&gt;pdftoc=1&lt;BR /&gt;bookmarklist=show&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;ODS layout start x=0.5 in y=0.5 in HEIGHT = 8 in WIDTH = 10 in ;&lt;/P&gt;&lt;P&gt;/* Test for TOP Alignment*/&lt;BR /&gt;ODS region x=0 in y=0.3 in height = 1 in width = 1 in style={background=CX0070C0 bordercolor=black borderwidth=0.5 };&lt;BR /&gt;ods text = "^S={just=R VJUST=T color=white background=CX0070C0 fontfamily=Arial font_size=8pt} WWID: ";&lt;/P&gt;&lt;P&gt;/* Test for MIDDLE Alignment*/&lt;BR /&gt;ODS region x=0 in y=1.3 in height = 1 in width = 1 in style={background=CX0070C0 bordercolor=black borderwidth=0.5 };&lt;BR /&gt;ods text = "^S={just=C VJUST=M color=white background=CX0070C0 fontfamily=Arial font_size=8pt} WWID: ";&lt;/P&gt;&lt;P&gt;/* Test for BOTTOM Alignment*/&lt;BR /&gt;ODS region x=0 in y=2.3 in height = 1 in width = 1 in style={background=CX0070C0 bordercolor=black borderwidth=0.5 };&lt;BR /&gt;ods text = "^S={just=L VJUST=B color=white background=CX0070C0 fontfamily=Arial font_size=8pt} WWID: ";&lt;/P&gt;&lt;P&gt;ODS layout end;&lt;/P&gt;&lt;P&gt;run;&lt;BR /&gt;quit;&lt;BR /&gt;ODS PDF close;&lt;BR /&gt;*ods results;&lt;BR /&gt;options leftmargin=0in rightmargin=0in topmargin=0in bottommargin=0in;&lt;BR /&gt;ods html ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 14 Aug 2016 13:38:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-TEXT-and-VJUST-options-in-SAS-9-4/m-p/291585#M16620</guid>
      <dc:creator>mjsstat</dc:creator>
      <dc:date>2016-08-14T13:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: ODS TEXT and VJUST options in SAS 9.4</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-TEXT-and-VJUST-options-in-SAS-9-4/m-p/291590#M16621</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Your image/file did not open for me. However, there was already a posting about the issue of VJUST with ODS TEXT and ODS REGION in the Forums. Here it is: &lt;A href="https://communities.sas.com/t5/ODS-and-Base-Reporting/vjust-usage-in-a-region/m-p/284878/highlight/true#M16359" target="_blank"&gt;https://communities.sas.com/t5/ODS-and-Base-Reporting/vjust-usage-in-a-region/m-p/284878/highlight/true#M16359&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; When I ran a test, using the solution posted there, I do see the VJUST works:&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/4602iC1B1C98DB0BC5F9C/image-size/original?v=v2&amp;amp;px=-1" alt="add_cellheight.png" title="add_cellheight.png" border="0" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; To get these results, I just added cellheight=1in inside the style specification for each ODS TEXT statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;cynthia&lt;/P&gt;</description>
      <pubDate>Sun, 14 Aug 2016 14:08:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-TEXT-and-VJUST-options-in-SAS-9-4/m-p/291590#M16621</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2016-08-14T14:08:51Z</dc:date>
    </item>
  </channel>
</rss>

