BookmarkSubscribeRSS Feed
qkaiwei
Calcite | Level 5
I used ods tagsets.excelxp to export the cross table of proc freq, but found all cells of the cross table were empty. Anyone once met the same thing?
9 REPLIES 9
sbb
Lapis Lazuli | Level 10 sbb
Lapis Lazuli | Level 10
SAS version? Tagset version? Any errors or warnings? What results do you get when you do not override with ODS destination - does a FREQ report get generated to SAS list? This information would be most helpful - also post your SAS code as well for feedback.

Scott Barry
SBBWorks, Inc.
David_SAS
SAS Employee
A problem using FREQ crosstabs with the ExcelXP tagset in 9.2 has been reported to Technical Support and verified by R&D. We're working on a solution.

-- David Kelley, SAS
KimLeBouton
Quartz | Level 8
Has a solution been found for this?

Kim LeBouton
Cynthia_sas
SAS Super FREQ
Hi;
You could run a TABULATE step instead of FREQ. It won't give you quite the same look (no stacking), but you can get the same numbers.

cynthia
Eric_SAS
SAS Employee
This problem is addressed in the latest version of the tagset v1.110.
The tagset has been submitted to our web administrator and should be available within a week.

Eric
KimLeBouton
Quartz | Level 8
Thanks for the replies.

We can now keep moving forward with our transition to SAS 9.2.

I had decided not to mention the PROC TABULATE option to my user as a solution. I wasn't up for the negative comments on a working program in the older version and now having to move to a new PROC.

Kim
Cynthia_sas
SAS Super FREQ
I completely understand! The tagset solution would be the better way to go.

cynthia
deleted_user
Not applicable
When and where can we expect V1.110 to appear?
shubhayang
Calcite | Level 5

Looks like you missed:

ods tagsets.excelxp close;
RUN;

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

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.

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
  • 9 replies
  • 1301 views
  • 0 likes
  • 8 in conversation