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 dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: sudhakode
  • Content: Threads
  • Order by date
  1. sudhakode

    Help with INDEXES ASAP

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

    Using ODS with PROC REPORT when the no.of columns don't fit in a page

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

Part and Inventory Search

Back
Top