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 SkipVought 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: *

  1. burndengreen

    PROC EXPORT: SAS-data-sets to Excel 2000

    Karlo Best wishes but i think you may be out of luck. According to the SAS institute web site :- In SAS 8.2, using PROC EXPORT to write a SAS data set to an Excel file, and that Excel file exists, the entire Excel file is replaced when code similar to this is used: PROC EXPORT...
  2. burndengreen

    Blank Lines

    try the following link to the SAS institute web site it seems to deal with your problem http://support.sas.com/faq/035/FAQ03565.html Cheers
  3. burndengreen

    incrementing SAS years and months

    Seems like i worked it out myself. currend = MDY(Month(currstrt), Day(currstrt), Year(currstrt) + termintv); where currstrt is the start point and termintv contains a numeric value to increase the year portion of currstrt.
  4. burndengreen

    incrementing SAS years and months

    I have a number of products all of which have a start date they then have an indicator which shows the interval factor for its end date 1 = years 2 = months and a further field which indicates how many years / months. So for example start date 08dec2004 interval factor 1 interval period 7. This...
  5. burndengreen

    writing multiple output files

    Cheers Klaz Fantastic solution, you truly are a prince amongst men (or women).
  6. burndengreen

    writing multiple output files

    I am reading an input file with in excess of 125,00 recs, (and increasing all the time). I want to break it down into SAS output tables with 15,000 recs on each with the remainder on the final file. I have to keep changing my code to accomodate the increasing number of files. Is there any way to...

Part and Inventory Search

Back
Top