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
SAS Super FREQ
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

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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