BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
DmytroYermak
Lapis Lazuli | Level 10

Hi all,

 

Could you please help to code the line before Total:

large (4).jpg

1 ACCEPTED SOLUTION

Accepted Solutions
DmytroYermak
Lapis Lazuli | Level 10

The case was resolved by adding the following data to var3:

 

 var3 = "(*ESC*)S={bordertopwidth=1}"||"             Total # of Subjects Attended Visit = " || strip(put(number, 8.));

View solution in original post

4 REPLIES 4
Ksharp
Super User
Use original code of RTF.

ods escapechar="^";
proc report...;
  columns x ("^R'\brdrb\brdrs\brdrw15 'Powers" y z) ;


DmytroYermak
Lapis Lazuli | Level 10

I bring my apolog

 

Cynthia_sas
Diamond | Level 26

Hi:
It is really hard to do what you ask with code or data to test. It is impossible to "correct" your COMPUTE block out of context -- it needs the whole code and some data.

If you can't share your data then make some fake data or use one of the SASHELP datasets. I do not think your COMPUTE before will do what you want, because you would be writing the line at the TOP of the group when VAR3 changes. According to your picture, that is not where you want the LINE to be written.

 

Another reason why it is important to see all the code is that in your screen shot, it doesn't look like there's a column for VAR3, which implies that it might be a NOPRINT item. And, depending on the order of variables in the COLUMN statement, you might be testing VAR3 at the wrong place.

cynthia

DmytroYermak
Lapis Lazuli | Level 10

The case was resolved by adding the following data to var3:

 

 var3 = "(*ESC*)S={bordertopwidth=1}"||"             Total # of Subjects Attended Visit = " || strip(put(number, 8.));

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
  • 4 replies
  • 2758 views
  • 0 likes
  • 3 in conversation