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 TouchToneTommy 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: tharpa
  • Content: Threads
  • Order by date
  1. tharpa

    MONNAME changes results

    When I run the following code, it works fine: libname learn 'C:\books\learning'; data frequency; set learn.hosp; DayOfTheWeek = weekday(AdmitDate); monthOfTheYear = month(AdmitDate) ; year = year(AdmitDate); run; proc freq data=frequency; tables DayOfTheWeek monthOfTheYear year; format...
  2. tharpa

    Extra spaces in datalines

    Suppose your datalines are not quite even, due to extra spaces on some lines. e.g. 01/03/1950 01/03/1960 03Jan1970 05/15/2000 05/15/2002 15May2003 10/10/1998 11/12/2000 25Dec2005 How can you input this? For example, data ThreeDates; input COMPBL(Date1) mmddyy10...

Part and Inventory Search

Back
Top