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...
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.