Can anyone tell me if it's possible to format the output of just the rowpctn column in proc tabulate? I have five columns: n, rowpctn, n, rowpctn, all. The two n and rowpctn columns are under a no/yes header of a variable. I done a lot of searching and only find how to format all the cells...
I did come up with a tabulate proc formatted in a way that helps a lot. Output with ods to html and then opening in excel I have the data in easily selectable columns. I have another issue though that I don't know where to even begin. It's hard to just explain so I'll get something to look at...
Thanks but that doesn't give me the N for each row, just the total N at the bottom row. I'd like to have the N for each row from the 1 column in place of the RowPctN 0 column. I think I need to look at print or format procs
Last logon > 30days...
Hi, I'm trying figure out how to get just certain figures to return from a tabulate proc. Here's what I'm running:
proc tabulate data=sortdate;
where portalstatusyn=1 and catorg < 5;
class catorg LLOdiff30;
table catorg*(n rowpctn) all*(n pctn),
LLOdiff30 all;
title 'PROC TABULATE output'...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.