Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Trouble with TABULATE using CLASSDATA=

Status
Not open for further replies.

danthomas25

Technical User
May 28, 2004
2
GB
Hi, I followed the "plan" as per SAS 9 documentation, yet for a tabulate that used to output 1000s of rows, it now just selects 1 row and generates no output table.
TABULATE statement is like this: "PROC TABULATE data=dan.dec07tomar08_final_IH noseps f=comma16. out=MGStab classdata=dan.MGSquery_classes exclusive;"
The classdata dataset contains all required combos of class variables I want output, but nothing is selected. 2 of my 3 class vars are character, could this be a problem? I use printmiss on the table statement - but removing this had no effect, so I suspect this is OK.
Any thoughts? further info reqd? Thanks all.
 
A further thought - might it be because my classdata dataset is a superset of classes in the main dataset (rather than a subset) ??
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top