Hi,
I have an indexed SAS dataset. I want to find out if there is a way to remove the duplicate obs on this dataset by retaining the index on the dataset or without disturbing the SAS dataset.
data x(index = (trk = (a b)));
input a b c;
cards;
1 2 3
1 2 3
3 4 5
5 6 7
5 6 7
;
run;
I want...
Hi Chris, I plan to create an RTF file.
Dje, In my case its not possible to concatenate different variables,every variable has to be in a separate column.
Hi Chris, I plan to create an RTF file.
Dje, In my case its not possible to concatenate different variables,every variable has to be in a separate column.
Hi,
Is there any option that I can use with proc report using ODS to handle the situation below
When the number of columns don't fit in a page they will be printed in the next page instead of at the bottom of the sane page.
For example this is what is getting printed in my report
PROC REPORT...
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.