BookmarkSubscribeRSS Feed
SSN_Ravi
Calcite | Level 5
Hi all,

proc template;
define style Styles.printer;
parent = styles.Printer;
style Table from Output /
background = _undef_
frame = HSIDES
cellpadding = 4pt
cellspacing = 0.75pt
borderwidth = 0.75pt;
end;
run;

Above written is to get output in pdf without column and row lines. But I am not able to get line below the header after first page.

I am getting output in pdf like below.

page 1 of 2
-------------
NAME MARKS
-------------
ravi 50
kumar 40
raju 60
vijay 30
-------------

page 2 of 2
-------------
NAME MARKS
ram 50
shiva 40
rani 60
ramu 30
-------------

I want to get output like below.

page 1 of 2
-------------
NAME MARKS
-------------
ravi 50
kumar 40
raju 60
vijay 30
-------------

page 2 of 2
-------------
NAME MARKS
-------------
ram 50
shiva 40
rani 60
ramu 30
-------------

IT IS VERY URGENT.......

Thanks in advance.

Regards,
ravi.
1 REPLY 1
Cynthia_sas
Diamond | Level 26
Hi:
You really should call Tech Support on this one. When I test your style template, I get lines in the right places on ALL the pages of the output file. (The same lines around the headers on pages 2, 3, etc -- as on page 1.)

Perhaps there is something else going on in your template, but Tech Support would be your best bet to determine that: http://support.sas.com/techsup/contact/index.html

cynthia

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 802 views
  • 0 likes
  • 2 in conversation