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

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

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
  • 537 views
  • 0 likes
  • 2 in conversation