BookmarkSubscribeRSS Feed
lerdem
Quartz | Level 8

    I have a report created like this, what i need is too see exactly same think to as a table

proc tabulate data=M format=8.2 ;

class TERM CAMPUS GENDER/MISSING;

table

  GENDER ALL, (CAMPUS ALL)*TERM*(n='#Enrl'*f=8.

pctn<GENDER ALL/*CAMPUS*TERM*/  ALL*GENDER   GENDER>

='% Tot Enrl') / rts=20;

run;

can i convert it to table?

1 REPLY 1
ballardw
Super User

You might define precisely what you want as a "table".

Proc Tabulate can generate an output data set either with out=want on the proc statement or using ODS output but the contents are likely not what you would expect though may be transformable into what you need.

Provide a few rows of input data and exactly what you want in the output "table" - not the ods or output from proc tabulate but details of the table such as variable names and types.

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

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