<?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: Proc Report too long/too many rows, will not print in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Proc-Report-too-long-too-many-rows-will-not-print/m-p/361466#M12604</link>
    <description>&lt;P&gt;This has got nothing to do with graphics, hence maybe why you got no answer: You posted in the wrong location.&lt;/P&gt;
&lt;P&gt;Having said that, I don't think that the report will span pages when you use layout.&lt;/P&gt;
&lt;P&gt;I might be wrong though.&lt;/P&gt;</description>
    <pubDate>Thu, 25 May 2017 03:31:43 GMT</pubDate>
    <dc:creator>ChrisNZ</dc:creator>
    <dc:date>2017-05-25T03:31:43Z</dc:date>
    <item>
      <title>Proc Report too long/too many rows, will not print</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-Report-too-long-too-many-rows-will-not-print/m-p/361250#M12595</link>
      <description>&lt;P&gt;I have a proc report portion of an ODS PDF report that is tucked into a Stored Process that runs from Visual Analytics. The report will not render when the row count is above 60 rows. I can program a variable&amp;nbsp;to force two pages and create two tables, one with outobs=50 and another with the "rest" of the results, but there has to be a simpler way. Is there no Break option or Wrap option that will automatically&amp;nbsp;wrap the rest of the results onto the next page?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;here is the proc report....&lt;/P&gt;&lt;P&gt;/******************** Test History Header ********************/&lt;BR /&gt;options missing=' ';&lt;BR /&gt;&lt;BR /&gt;ods layout end;&lt;BR /&gt;ods pdf startpage=now;&lt;BR /&gt;ods pdf startpage=yes;&lt;BR /&gt;ods layout absolute x=0.0cm y=0.0cm;&lt;BR /&gt;&lt;BR /&gt;%dcps_logo_page_2;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;/*** &amp;nbsp; Title &amp;nbsp; ***/&lt;BR /&gt;ods region x=3.25cm y=0.25cm;&lt;BR /&gt;ods pdf text="^S={font_size=14pt font_face=Calibri color=grey just=l}Duval County Public Schools Transcript";&lt;BR /&gt;&lt;BR /&gt;/*** header/demographic information ***/&lt;BR /&gt;ods region x=3.25cm y=0.75cm;&lt;BR /&gt;proc report data=work.demographics split='~' missing spanrows&lt;BR /&gt;style(header)={font_face=Helvetica font_size=5pt height=5pt just=c vjust=m background=#D3D3D3 font_weight=bold };&lt;BR /&gt;column (('ID' DCPS_Student_ID)&lt;BR /&gt;('Student Name' student_name )&lt;BR /&gt;('Grade' grade_level )&lt;BR /&gt;('Address' address_line_1 )&lt;BR /&gt;('City, State Zip' address_line_2 )&lt;BR /&gt;('Withdrawal Status' withdraw_status));&lt;BR /&gt;define dcps_student_id / display '' style={cellspacing=0 cellheight=5pt just=c vjust=m font_face="Helvetica" fontsize=5pt};&lt;BR /&gt;define student_name / display '' style={cellspacing=0 cellheight=5pt just=c vjust=m font_face="Helvetica" fontsize=5pt};&lt;BR /&gt;define grade_level / display '' style={cellspacing=0 cellheight=5pt just=c vjust=m font_face="Helvetica" fontsize=5pt};&lt;BR /&gt;define address_line_1 / display '' style={cellspacing=0 cellheight=5pt just=c vjust=m font_face="Helvetica" fontsize=5pt};&lt;BR /&gt;define address_line_2 / display '' style={cellspacing=0 cellheight=5pt just=c vjust=m font_face="Helvetica" fontsize=5pt};&lt;BR /&gt;define withdraw_status / display '' style={cellspacing=0 cellheight=5pt just=c vjust=m font_face="Helvetica" fontsize=5pt};&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;/*** Test History ***/&lt;BR /&gt;ods region x=1.0cm y=2.40cm;&lt;BR /&gt;proc report data=work.test_history split='~' missing spanrows&lt;BR /&gt;style(header)={font_face="Helvetica" font_size=5pt height=5pt just=c vjust=m background=#D3D3D3 font_weight=bold };&lt;BR /&gt;column ((seqno)&lt;BR /&gt;('Grade' grade_level)&lt;BR /&gt;('Test' test_date test_code test_name)&lt;BR /&gt;('Subject' subject_code subject_desc)&lt;BR /&gt;('Test Score(s)' AL SS LX PA PF RS TS));&lt;BR /&gt;by seqno;&lt;BR /&gt;define seqno / group noprint;&lt;BR /&gt;define grade_level / group 'Level' style={cellspacing=0 cellheight=4pt cellwidth=0.80cm just=c vjust=m font_face="Helvetica" fontsize=4pt};&lt;BR /&gt;define test_date / group 'Date' style={cellspacing=0 cellheight=4pt cellwidth=1.00cm just=c vjust=m font_face="Helvetica" fontsize=4pt};&lt;BR /&gt;define test_code / group 'Code' style={cellspacing=0 cellheight=4pt cellwidth=0.80cm just=c vjust=m font_face="Helvetica" fontsize=4pt};&lt;BR /&gt;define test_name / group 'Name' style={cellspacing=0 cellheight=4pt cellwidth=3.50cm just=c vjust=m font_face="Helvetica" fontsize=4pt};&lt;BR /&gt;define subject_code / display 'Code' style={cellspacing=0 cellheight=4pt cellwidth=0.75cm just=c vjust=m font_face="Helvetica" fontsize=4pt};&lt;BR /&gt;define subject_desc / display 'Description' style={cellspacing=0 cellheight=4pt cellwidth=4.50cm just=c vjust=m font_face="Helvetica" fontsize=4pt};&lt;BR /&gt;define AL / display 'AL' style={cellspacing=0 cellheight=4pt cellwidth=0.65cm just=c vjust=m font_face="Helvetica" fontsize=4pt};&lt;BR /&gt;define SS / display 'SS' style={cellspacing=0 cellheight=4pt cellwidth=0.65cm just=c vjust=m font_face="Helvetica" fontsize=4pt};&lt;BR /&gt;define LX / display 'LX' style={cellspacing=0 cellheight=4pt cellwidth=0.65cm just=c vjust=m font_face="Helvetica" fontsize=4pt};&lt;BR /&gt;define PA / display 'PA' style={cellspacing=0 cellheight=4pt cellwidth=0.65cm just=c vjust=m font_face="Helvetica" fontsize=4pt};&lt;BR /&gt;define PF / display 'PF' style={cellspacing=0 cellheight=4pt cellwidth=0.65cm just=c vjust=m font_face="Helvetica" fontsize=4pt};&lt;BR /&gt;define RS / display 'RS' style={cellspacing=0 cellheight=4pt cellwidth=0.65cm just=c vjust=m font_face="Helvetica" fontsize=4pt};&lt;BR /&gt;define TS / display 'TS' style={cellspacing=0 cellheight=4pt cellwidth=0.65cm just=c vjust=m font_face="Helvetica" fontsize=4pt};&lt;BR /&gt;compute grade_level;&lt;BR /&gt;if (mod(seqno,2)) then do;&lt;BR /&gt;call define(_col_,'style','style={background=#F5F5F5}');&lt;BR /&gt;end;&lt;BR /&gt;endcomp;&lt;BR /&gt;compute test_date;&lt;BR /&gt;if (mod(seqno,2)) then do;&lt;BR /&gt;call define(_col_,'style','style={background=#F5F5F5}');&lt;BR /&gt;end;&lt;BR /&gt;endcomp;&lt;BR /&gt;compute test_code;&lt;BR /&gt;if (mod(seqno,2)) then do;&lt;BR /&gt;call define(_col_,'style','style={background=#F5F5F5}');&lt;BR /&gt;end;&lt;BR /&gt;endcomp;&lt;BR /&gt;compute test_name;&lt;BR /&gt;if (mod(seqno,2)) then do;&lt;BR /&gt;call define(_col_,'style','style={background=#F5F5F5}');&lt;BR /&gt;end;&lt;BR /&gt;endcomp;&lt;BR /&gt;compute subject_code;&lt;BR /&gt;count+1;&lt;BR /&gt;if (mod(count,2)) then do;&lt;BR /&gt;call define(_col_,'style','style={background=#F5F5F5}');&lt;BR /&gt;end;&lt;BR /&gt;endcomp;&lt;BR /&gt;compute subject_desc;&lt;BR /&gt;if (mod(count,2)) then do;&lt;BR /&gt;call define(_col_,'style','style={background=#F5F5F5}');&lt;BR /&gt;end;&lt;BR /&gt;endcomp;&lt;BR /&gt;compute AL;&lt;BR /&gt;if (mod(count,2)) then do;&lt;BR /&gt;call define(_col_,'style','style={background=#F5F5F5}');&lt;BR /&gt;end;&lt;BR /&gt;endcomp;&lt;BR /&gt;compute SS;&lt;BR /&gt;if (mod(count,2)) then do;&lt;BR /&gt;call define(_col_,'style','style={background=#F5F5F5}');&lt;BR /&gt;end;&lt;BR /&gt;endcomp;&lt;BR /&gt;compute LX;&lt;BR /&gt;if (mod(count,2)) then do;&lt;BR /&gt;call define(_col_,'style','style={background=#F5F5F5}');&lt;BR /&gt;end;&lt;BR /&gt;endcomp;&lt;BR /&gt;compute PA;&lt;BR /&gt;if (mod(count,2)) then do;&lt;BR /&gt;call define(_col_,'style','style={background=#F5F5F5}');&lt;BR /&gt;end;&lt;BR /&gt;endcomp;&lt;BR /&gt;compute PF;&lt;BR /&gt;if (mod(count,2)) then do;&lt;BR /&gt;call define(_col_,'style','style={background=#F5F5F5}');&lt;BR /&gt;end;&lt;BR /&gt;endcomp;&lt;BR /&gt;compute RS;&lt;BR /&gt;if (mod(count,2)) then do;&lt;BR /&gt;call define(_col_,'style','style={background=#F5F5F5}');&lt;BR /&gt;end;&lt;BR /&gt;endcomp;&lt;BR /&gt;compute TS;&lt;BR /&gt;if (mod(count,2)) then do;&lt;BR /&gt;call define(_col_,'style','style={background=#F5F5F5}');&lt;BR /&gt;end;&lt;BR /&gt;endcomp;&lt;BR /&gt;title1 j=c height=6pt bold lspace=1pt 'Test History';&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;title; /* clear graph title(s), if there is(are) one(any) from pervious iterations */&lt;BR /&gt;footnote; /* clear graph footnote(s), if there is(are) one(any) from pervious iterations */&lt;BR /&gt;ods pdf nobookmarkgen; /* this removes the -content or index- rendering once pdf is created */&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2017 15:37:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-Report-too-long-too-many-rows-will-not-print/m-p/361250#M12595</guid>
      <dc:creator>cuevasj</dc:creator>
      <dc:date>2017-05-24T15:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Report too long/too many rows, will not print</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-Report-too-long-too-many-rows-will-not-print/m-p/361466#M12604</link>
      <description>&lt;P&gt;This has got nothing to do with graphics, hence maybe why you got no answer: You posted in the wrong location.&lt;/P&gt;
&lt;P&gt;Having said that, I don't think that the report will span pages when you use layout.&lt;/P&gt;
&lt;P&gt;I might be wrong though.&lt;/P&gt;</description>
      <pubDate>Thu, 25 May 2017 03:31:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-Report-too-long-too-many-rows-will-not-print/m-p/361466#M12604</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2017-05-25T03:31:43Z</dc:date>
    </item>
  </channel>
</rss>

